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 7da2cb7..b4fde50 100644
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ like this in your .xinitrc:
while true
do
- echo `date` `uptime | sed 's/.*://; s/,//g'`
+ echo `date` `uptime | sed 's/.*,//'`
sleep 1
done | dwm