]> git.draconx.ca Git - fvwmconf.git/blob - common/panels
Use xfce4-panel --exit instead of kill and pgrep to quit panels.
[fvwmconf.git] / common / panels
1 # Top Panel
2 Style "Xfce Panel" !Borders, !Title, Sticky, StaysOnTop, FixedPosition,FixedSize
3 Style "Xfce Panel" NeverFocus, WindowListSkip, CirculateSkip
4 Style "Xfce Panel" HilightColorset 1
5
6 # Pager
7 Colorset 14 fg gray, bg gray50
8 Colorset 15 bg #496278
9
10 Style FvwmPager !Handles, !Title, Sticky, StaysOnTop, FixedPosition, FixedSize
11 Style FvwmPager WindowListSkip, CirculateSkip
12
13 DestroyModuleConfig FvwmPager: *
14 *FvwmPager: Geometry -0-0
15 *FvwmPager: SolidSeparators
16 *FvwmPager: UseSkipList
17 *FvwmPager: Font none
18 *FvwmPager: MiniIcons
19 *FvwmPager: Colorset * 14
20 *FvwmPager: HilightColorset * 15
21
22 AddToFunc StartFunction
23 + I Module FvwmPager *
24
25 AddToFunc StartFunction_Screen0
26 + I Exec exec xfce4-panel
27 + I Exec exec uim-toolbar-gtk-systray
28
29 AddToFunc ExitFunction
30 + I KillModule FvwmPager
31 + I PipeRead 'xfce4-panel --exit &>/dev/null'
32 + I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null'