Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
simplified several portions of code through replacing rect structs with x,y,h,w count...
[dwm.git]
/
config.h
diff --git
a/config.h
b/config.h
index
ce9e7ab
..
9d28e75
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-4,7
+4,7
@@
*/
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
*/
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#
000000
"
-#define FGCOLOR "#ff
aa00
"
-#define BORDERCOLOR "#
000000
"
-#define STATUSDELAY
1 /* milli
seconds */
+#define BGCOLOR "#
666699
"
+#define FGCOLOR "#ff
ffff
"
+#define BORDERCOLOR "#
9999CC
"
+#define STATUSDELAY
10 /*
seconds */