aewl

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 diff
     1.1 --- a/config.h	Mon Jul 10 22:16:48 2006 +0200
     1.2 +++ b/config.h	Tue Jul 11 11:10:05 2006 +0200
     1.3 @@ -7,3 +7,5 @@
     1.4  #define BGCOLOR		"#000000"
     1.5  #define FGCOLOR		"#ffaa00"
     1.6  #define BORDERCOLOR	"#000000"
     1.7 +#define STATUSCMD	"echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \
     1.8 +					" `acpi | awk '{print $4}' | sed 's/,//'`"