implemented pipe_spawn

This commit is contained in:
Anselm R. Garbe
2006-07-11 11:10:05 +02:00
parent 439e15d09f
commit 3a69c5173c
7 changed files with 70 additions and 15 deletions

View File

@ -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/,//'`"