wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit ec2a8770dd571f5beceb64ff964dac716447a8c5
parent 321f08ca4737df2c2ea6d406db3ddf2566e28f5a
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 10 Feb 2006 20:20:29 +0100

fix of fix


Diffstat:
cmd/wm/wmii | 1+
liblitz/blitz.h | 4++--
rc/wmiirc | 13+++++++------
3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/cmd/wm/wmii b/cmd/wm/wmii @@ -24,6 +24,7 @@ if(mkdir $HOME/.wmii-3 >[2]/dev/null) { } # run configuration: +sleep 1 wmiirc & # wait for wmiifs's termination: diff --git a/liblitz/blitz.h b/liblitz/blitz.h @@ -7,8 +7,8 @@ #include <cext.h> #define BLITZ_FONT "fixed" -#define BLITZ_SELCOLORS "#ffffff #004488 #2266aa" -#define BLITZ_NORMCOLORS "#444444 #dddddd #888888" +#define BLITZ_SELCOLORS "#000000 #e6ff80 #ccff00" +#define BLITZ_NORMCOLORS "#000000 #acbf60 #93aa39" typedef enum { CENTER, WEST, NWEST, NORTH, NEAST, EAST, diff --git a/rc/wmiirc b/rc/wmiirc @@ -18,8 +18,8 @@ fn sigint { } WMII_FONT='fixed' -WMII_SELCOLORS='#ffffff #004488 #2266aa' -WMII_NORMCOLORS='#444444 #dddddd #888888' +WMII_SELCOLORS='#000000 #e6ff80 #ccff00' +WMII_NORMCOLORS='#000000 #acbf60 #93aa39' CLIENT_BAR=0 CLIENT_BORDER=3 @@ -71,14 +71,15 @@ for(i in 1 2 3 4 5 6 7 8 9) # WMIIBAR CONFIGURATION -xwrite /bar/new/data 1 -xwrite /bar/new/data '' -xwrite /bar/new/data fnord +for(i in 1 2 3) + wmiir remove /bar/1 +for(i in 1 2 3) + xwrite /bar/new/data $i xwrite /bar/expand 2 # MISC -xsetroot -solid '#222222' +xsetroot -solid '#4a551c' status & # EVENT LOOP