wmii

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

commit 05a94a677bd4227121ad7c86d9326c5a9f722e56
parent 249fd96449e50e3864050266663ff2d3fc285be2
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 24 Mar 2006 14:07:45 +0100

corrected status default colors


Diffstat:
config.mk | 2+-
rc/status | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -VERSION = 3-current +VERSION = 20060324 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 diff --git a/rc/status b/rc/status @@ -8,7 +8,7 @@ xwrite() { wmiir remove /bar/status 2>/dev/null && sleep 2 wmiir create /bar/status -xwrite /bar/status/colors $WMII_NORMCOLORS +xwrite /bar/status/colors $WMII_SELCOLORS while xwrite /bar/status/data `date` `uptime | sed 's/.*://; s/,//g'` do