aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2dcaedd..b11cb00 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