Mercurial > dwm-meillo
diff config.h @ 6:e0cefb3981c8
implemented pipe_spawn
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 11:10:05 +0200 |
parents | e5018cae273f |
children | 7066ff2fe8bc |
line wrap: on
line diff
--- a/config.h Mon Jul 10 22:16:48 2006 +0200 +++ b/config.h Tue Jul 11 11:10:05 2006 +0200 @@ -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/,//'`"