myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 5028a69e9ddc1d6ea02042ea9371e2647c947c9e
parent 3260df7a7a3fdbee86320421150a3142f914484c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  6 Nov 2011 14:23:33 +0100

revert back to another wmii theme

Diffstat:
wmii/wmiirc | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/wmii/wmiirc b/wmii/wmiirc @@ -18,10 +18,13 @@ noticebar=/rbar/!notice # . ~/.zshrc.path # Colors tuples: "<text> <background> <border>" -export WMII_NORMCOLORS='#ffffff #000000 #888888' -export WMII_FOCUSCOLORS='#000000 #00ff00 #ffffff' - -export WMII_BACKGROUND='#000000' +#export WMII_NORMCOLORS='#ffffff #000000 #888888' +#export WMII_FOCUSCOLORS='#000000 #00ff00 #ffffff' +#export WMII_BACKGROUND='#000000' +export WMII_NORMCOLORS='#888888 #222222 #333333' +#export WMII_FOCUSCOLORS='#000000 #28cc55 #4cee78' +export WMII_FOCUSCOLORS='#ffffff #285577 #4c7899' +export WMII_BACKGROUND='#333333' export WMII_FONT='fixed' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)