]> git.draconx.ca Git - fvwmconf.git/blobdiff - common/panels
Use plain urxvt for FvwmConsole.
[fvwmconf.git] / common / panels
index 14426d19238785a5a9fec336472a0468e65e0f67..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 'xfce4-panel --exit &>/dev/null'
 + I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null'
++ I PipeRead 'kill `pgrep -P $PPID trayer` &>/dev/null'