summaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 11:57:33 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 11:57:33 +0200
commit0e5c8198bc5a69e87b0114b81d6569188828edfa (patch)
treeac564b321cca1acb88bfe3ba720e77fa8fb12fe5 /dwm.h
parent6458d72572a30d2cc4af3385755033b2cca93057 (diff)
downloaddwm-0e5c8198bc5a69e87b0114b81d6569188828edfa.tar.gz
dwm-0e5c8198bc5a69e87b0114b81d6569188828edfa.zip
implemented dwm reading status text from stdin
Diffstat (limited to '')
-rw-r--r--dwm.h4
-rw-r--r--dwm.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/dwm.h b/dwm.h
index 5d7ff1a..29aa6a2 100644
--- a/dwm.h
+++ b/dwm.h
@@ -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 **********/
diff --git a/dwm.html b/dwm.html
index 2efdebd..7e39f15 100644
--- a/dwm.html
+++ b/dwm.html
@@ -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>