JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented pipe_spawn
[dwm.git] / config.h
index 6a768b6..58ed8ea 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,6 +4,8 @@
  */
 
 #define FONT           "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
-#define FGCOLOR                "#000000"
-#define BGCOLOR                "#ffaa00"
+#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/,//'`"