JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
simplified several portions of code through replacing rect structs with x,y,h,w count...
[dwm.git] / config.h
index 58ed8ea..9d28e75 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,9 +3,8 @@
  * See LICENSE file for license details.
  */
 
-#define FONT           "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
-#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/,//'`"
+#define FONT           "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
+#define BGCOLOR                "#666699"
+#define FGCOLOR                "#ffffff"
+#define BORDERCOLOR    "#9999CC"
+#define STATUSDELAY    10 /* seconds */