aboutsummarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authora@null2008-12-12 19:49:06 +0000
committera@null2008-12-12 19:49:06 +0000
commit9e865ae71bc98e780252fca456d1b01c2953675a (patch)
tree767086f935d5a9404c48ebc948dcec604700c0d2 /README
parent6eecb00a5d5db558e377cd02dfa6a153cf0bb0a4 (diff)
downloadaur-9e865ae71bc98e780252fca456d1b01c2953675a.tar.gz
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2dcaeddfdc0e..b11cb00abf56 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ like this in your .xinitrc:
while true
do
- echo `date` `uptime | sed 's/.*,//'`
+ xsetroot -name "`date` `uptime | sed 's/.*,//'`"
sleep 1
done | dwm