README
branchstil
changeset 1540 e8a43c5bbc46
parent 1539 e2a9bd720b6e
--- a/README	Sun May 12 19:15:15 2013 +0400
+++ b/README	Wed Apr 02 20:43:22 2014 +0400
@@ -38,10 +38,9 @@
 In order to display status info in the bar, you can do something
 like this in your .xinitrc:
 
-    while true
+    while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
     do
-        xsetroot -name "`date` `uptime | sed 's/.*,//'`"
-        sleep 1
+    	sleep 1
     done &
     exec dwm