commit 65e3888cf8441709329529901cbe42c0a81479e8
parent 400768385c8d2a3595084f9d70e31add2a26f6eb
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Thu, 27 Apr 2006 08:56:27 +0200
set default background to solid #222222
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -17,8 +17,10 @@ LEFT=h
RIGHT=l
WMII_FONT='fixed'
-WMII_NORMCOLORS='#222222 #eeeeee #666666'
WMII_SELCOLORS='#ffffff #285577 #4c7899'
+WMII_NORMCOLORS='#222222 #eeeeee #666666'
+# uncomment if you prefer dark background
+#WMII_NORMCOLORS='#e0e0e0 #0a0a0a #202020'
export WMII_FONT WMII_NORMCOLORS WMII_SELCOLORS
@@ -45,7 +47,7 @@ wmiir write /def/rules <<EOF
EOF
# MISC
-xsetroot -solid '#0b1014'
+xsetroot -solid '#222222'
status &
PROGS_FILE=/tmp/.wmiimenu.$USER.progs
proglist `echo "$PATH" | tr : ' '` >$PROGS_FILE &