small change to README
This commit is contained in:
parent
1c2d673ded
commit
02cea3b47e
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -37,7 +37,7 @@ like this in your .xinitrc:
|
||||||
|
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
echo `date` `uptime | sed 's/.*://; s/,//g'`
|
echo `date` `uptime | sed 's/.*,//'`
|
||||||
sleep 1
|
sleep 1
|
||||||
done | dwm
|
done | dwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue