mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
made bluish default colorscheme, I think this is sufficient for the release
This commit is contained in:
parent
7696e425d3
commit
72fbe7ef17
@ -18,8 +18,8 @@ fn sigint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
WMII_FONT='fixed'
|
WMII_FONT='fixed'
|
||||||
WMII_SELCOLORS='#e6ffbf #3e551c #5c6a47'
|
WMII_SELCOLORS='#ffffff #285577 #4c7899'
|
||||||
WMII_NORMCOLORS='#c9dfa7 #11130d #171c10'
|
WMII_NORMCOLORS='#333333 #eeeeee #666666'
|
||||||
|
|
||||||
CLIENT_BAR=1
|
CLIENT_BAR=1
|
||||||
CLIENT_BORDER=3
|
CLIENT_BORDER=3
|
||||||
@ -100,7 +100,7 @@ rm -f /tmp/ns.$USER.$DISPLAY/p.menu
|
|||||||
@ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu &
|
@ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu &
|
||||||
|
|
||||||
# MISC
|
# MISC
|
||||||
xsetroot -solid '#1a1c10'
|
xsetroot -mod 2 2 -fg '#142a3b' -bg '#162028'
|
||||||
status &
|
status &
|
||||||
|
|
||||||
# EVENT LOOP
|
# EVENT LOOP
|
||||||
|
Loading…
Reference in New Issue
Block a user