JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Make bar configurable using [x] notation in .conf file. Originally from dwc
[spectrwm.git] / scrotwm.conf
index 83f0bd5..c4924cf 100644 (file)
@@ -1,16 +1,16 @@
 # colors for focussed and unfocussed window borders
-color_focus    = red
-color_unfocus  = rgb:88/88/88
+color_focus            = red
+color_unfocus          = rgb:88/88/88
 
 # bar settings
-bar_enabled    = 1
-bar_border     = rgb:00/80/80
-bar_color      = black
-bar_font_color = rgb:a0/a0/a0
-bar_font       = -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
+bar_enabled            = 1
+bar_border[1]          = rgb:00/80/80
+bar_color[1]           = black
+bar_font_color[1]      = rgb:a0/a0/a0
+bar_font               = -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
 
 # spawn app
-spawn_term     = xterm
+spawn_term             = xterm
 
 # dialog box size ratio .3 >= r < 1
-dialog_ratio   = 0.6
+dialog_ratio           = 0.6