X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/fd09a37ed86f424126040b18868868aee0618ad5..8d6c0e06439ffa0539e6b59def94636bf5edb657:/common/panels diff --git a/common/panels b/common/panels index 0d6c12b..932061f 100644 --- a/common/panels +++ b/common/panels @@ -1,7 +1,8 @@ # Top Panel -Style "Xfce Panel" !Borders, !Title, Sticky, StaysOnTop, FixedPosition,FixedSize -Style "Xfce Panel" NeverFocus, WindowListSkip, CirculateSkip -Style "Xfce Panel" HilightColorset 1 +Style "trayer" !Title, Sticky, StaysOnTop +Style "trayer" FixedPosition, FixedSize, !Handles +style "trayer" NeverFocus, WindowListSkip, CirculateSkip +Style "trayer" HilightColorset 1 # Pager Colorset 14 fg gray, bg gray50 @@ -21,12 +22,12 @@ DestroyModuleConfig FvwmPager: * AddToFunc StartFunction + I Module FvwmPager * ++ I Exec exec trayer --align right --edge top --widthtype request --margin 6 AddToFunc StartFunction_Screen0 -+ I Exec exec xfce4-panel + I Exec exec uim-toolbar-gtk-systray AddToFunc ExitFunction + I KillModule FvwmPager -+ I PipeRead 'kill `pgrep -P $PPID xfce4-panel` &>/dev/null' + I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null' ++ I PipeRead 'kill `pgrep -P $PPID trayer` &>/dev/null'