diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 11:57:33 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 11:57:33 +0200 |
commit | 0e5c8198bc5a69e87b0114b81d6569188828edfa (patch) | |
tree | ac564b321cca1acb88bfe3ba720e77fa8fb12fe5 /dwm.h | |
parent | 6458d72572a30d2cc4af3385755033b2cca93057 (diff) | |
download | dwm-0e5c8198bc5a69e87b0114b81d6569188828edfa.tar.gz dwm-0e5c8198bc5a69e87b0114b81d6569188828edfa.zip |
implemented dwm reading status text from stdin
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> |