commit abfbfe6be6bf930836cbd55d6181a857273a4939
parent 3c309f6b9ff166dc7ca8a952129f3a8fe404399e
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed, 20 Sep 2006 10:15:59 -0700
[project @ 2cf9e03f3e088b7d7d96700a28c483eec2b771d4]
[project @ 113]
up ui config
Diffstat:
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/wmiirc-config.rb b/wmiirc-config.rb
@@ -36,13 +36,16 @@ ACTION_MENU = find_programs('~/dry/apps/wmii/etc/wmii-3', File.dirname(__FILE__)
## UI configuration
-FS.def.border = 1
-FS.def.font = ENV['WMII_FONT'] = '-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1'
+ENV['WMII_FONT'] = '-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1'
-# color order: foreground, background, border
-FS.def.selcolors = ENV['WMII_SELCOLORS'] = '#ffffff #285577 #4c7899'
-FS.def.normcolors = ENV['WMII_NORMCOLORS'] = '#e0e0e0 #0a0a0a #202020' #'#222222 #eeeeee #666666'
+# foreground, background, border
+ENV['WMII_NORMCOLORS'] = '#e0e0e0 #0a0a0a #202020' #'#222222 #eeeeee #666666'
+ENV['WMII_SELCOLORS'] = '#ffffff #285577 #4c7899'
+FS.def.border = 1
+FS.def.font = ENV['WMII_FONT']
+FS.def.normcolors = ENV['WMII_NORMCOLORS']
+FS.def.selcolors = ENV['WMII_SELCOLORS']
FS.def.colmode = :default
FS.def.colwidth = 0