commit 2ef7c069868d191123e5ad5aabba7c1f7590bc48
parent 2376e1c829d537aff88521c076e6bd40c7d8981f
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Sun, 26 Mar 2006 16:48:49 +0200
fixing default colors of status
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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_SELCOLORS
+xwrite /bar/status/colors $WMII_NORMCOLORS
while xwrite /bar/status/data `date` `uptime | sed 's/.*://; s/,//g'`
do