mirror of
https://github.com/0intro/wmii
synced 2025-02-10 19:34:37 +03:00
set default background to solid #222222
This commit is contained in:
parent
400768385c
commit
65e3888cf8
@ -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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user