diff options
Diffstat (limited to '')
-rw-r--r-- | dwm.h | 4 | ||||
-rw-r--r-- | dwm.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -9,13 +9,13 @@ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" #define BGCOLOR "#666699" -#define FGCOLOR "#ffffff" +#define FGCOLOR "#eeeeee" #define BORDERCOLOR "#9999CC" #define MASTERW 52 /* percent */ #define WM_PROTOCOL_DELWIN 1 /* tags */ -enum { Tscratch, Tdev, Tirc, Twww, Twork, TLast }; +enum { Tscratch, Tdev, Twww, Twork, TLast }; /********** CUSTOMIZE **********/ @@ -69,7 +69,7 @@ clients. </li> <li> - dwm reads from <b>stdin</b> to print arbirary status text (like the + dwm reads from <b>stdin</b> to print arbitrary status text (like the date, load, battery charge). That's much simpler than larsremote, wmiir and what not... </li> @@ -83,7 +83,7 @@ </ul> <h3>Screenshot</h3> <p> - <a href="http://wmii.de/shots/dwm-20060713.png">Click here for a screenshot</a> (20060713) + <a href="http://wmii.de/shots/dwm-20060714.png">Click here for a screenshot</a> (20060714) </p> <h3>Development</h3> <p> |