]> git.draconx.ca Git - fvwmconf.git/blobdiff - common/panels
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / common / panels
diff --git a/common/panels b/common/panels
new file mode 100644 (file)
index 0000000..0d6c12b
--- /dev/null
@@ -0,0 +1,32 @@
+# Top Panel
+Style "Xfce Panel" !Borders, !Title, Sticky, StaysOnTop, FixedPosition,FixedSize
+Style "Xfce Panel" NeverFocus, WindowListSkip, CirculateSkip
+Style "Xfce Panel" HilightColorset 1
+
+# Pager
+Colorset 14 fg gray, bg gray50
+Colorset 15 bg #496278
+
+Style FvwmPager !Handles, !Title, Sticky, StaysOnTop, FixedPosition, FixedSize
+Style FvwmPager WindowListSkip, CirculateSkip
+
+DestroyModuleConfig FvwmPager: *
+*FvwmPager: Geometry -0-0
+*FvwmPager: SolidSeparators
+*FvwmPager: UseSkipList
+*FvwmPager: Font none
+*FvwmPager: MiniIcons
+*FvwmPager: Colorset * 14
+*FvwmPager: HilightColorset * 15
+
+AddToFunc StartFunction
++ I Module FvwmPager *
+
+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'