mirror of
https://github.com/0intro/wmii
synced 2025-02-13 21:04:28 +03:00
fix of fix
This commit is contained in:
parent
321f08ca47
commit
ec2a8770dd
@ -24,6 +24,7 @@ if(mkdir $HOME/.wmii-3 >[2]/dev/null) {
|
||||
}
|
||||
|
||||
# run configuration:
|
||||
sleep 1
|
||||
wmiirc &
|
||||
|
||||
# wait for wmiifs's termination:
|
||||
|
@ -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,
|
||||
|
13
rc/wmiirc
13
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user