From 8d6c0e06439ffa0539e6b59def94636bf5edb657 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 14 Jul 2009 21:52:20 -0400 Subject: [PATCH] Use trayer instead of xfce4-panel. --- artemis/config | 3 +-- common/panels | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/artemis/config b/artemis/config index 9c89a6c..954d0bf 100644 --- a/artemis/config +++ b/artemis/config @@ -13,7 +13,6 @@ Read common/wallpaper Read common/panels Read common/modifier - # Bindings for the modifier key Mouse 1 WFT 4 Mod_M1Func Mouse 2 WFT 4 Mod_M2Func @@ -21,4 +20,4 @@ Mouse 3 WFT 4 Mod_M3Func # Use a smaller pager *FvwmPager: Geometry 200x26-0-0 -EwmhBaseStruts 0 0 0 30 +EwmhBaseStruts 0 0 32 30 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' -- 2.43.2