aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-11 11:10:05 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-11 11:10:05 +0200
commit3a69c5173cdd24959410870bec2a10a76272e034 (patch)
tree993f2fb75b1c44213d0c95a4da8b3a18daa739fe /config.h
parent439e15d09f6fa9271d3b49ef97194f0c80ebe161 (diff)
downloaddwm-3a69c5173cdd24959410870bec2a10a76272e034.tar.gz
implemented pipe_spawn
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index ca05aa2..58ed8ea 100644
--- a/config.h
+++ b/config.h
@@ -7,3 +7,5 @@
#define BGCOLOR "#000000"
#define FGCOLOR "#ffaa00"
#define BORDERCOLOR "#000000"
+#define STATUSCMD "echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \
+ " `acpi | awk '{print $4}' | sed 's/,//'`"
remember that computers suck.