]> git.armaanb.net Git - dwm.git/blobdiff - config.h
simplified several portions of code through replacing rect structs with x,y,h,w count...
[dwm.git] / config.h
index ce9e7aba522b7da241af8cfa2f6d98f17ada0d8a..9d28e75d0716e0bbaa788d193c13f803b22650a4 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
  */
 
 #define FONT           "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#define BGCOLOR                "#000000"
-#define FGCOLOR                "#ffaa00"
-#define BORDERCOLOR    "#000000"
-#define STATUSDELAY 1 /* milliseconds */
+#define BGCOLOR                "#666699"
+#define FGCOLOR                "#ffffff"
+#define BORDERCOLOR    "#9999CC"
+#define STATUSDELAY    10 /* seconds */