fix of fix

This commit is contained in:
Anselm R. Garbe 2006-02-10 20:20:29 +01:00
parent 321f08ca47
commit ec2a8770dd
3 changed files with 10 additions and 8 deletions

View File

@ -24,6 +24,7 @@ if(mkdir $HOME/.wmii-3 >[2]/dev/null) {
}
# run configuration:
sleep 1
wmiirc &
# wait for wmiifs's termination:

View File

@ -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,

View File

@ -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