Thanks for the pedantic review :) 11475461
garbeam@gmail.com · 2011-06-14 05:51 1 file(s) · +1 −1
README +1 −1
38 38
In order to display status info in the bar, you can do something
39 39
like this in your .xinitrc:
40 40
41 -
    while xsetroot -name "`date` `uptime | sed 's/.*,//'`
41 +
    while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
42 42
    do
43 43
    	sleep 20
44 44
    done &