]> git.draconx.ca Git - fvwmconf.git/blobdiff - common/panels
Use trayer instead of xfce4-panel.
[fvwmconf.git] / common / panels
index 0d6c12bf347673de9fd6b0f042177d0ef971fb5d..932061fc5c416f52711ddde5cf6f82dc85f8b61b 100644 (file)
@@ -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'