s/sleep 5/sleep 2/
This commit is contained in:
parent
2b66f7afb1
commit
f85b163899
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -41,7 +41,7 @@ in .xinitrc:
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
echo `date` `uptime | sed 's/.*://; s/,//g'`
|
echo `date` `uptime | sed 's/.*://; s/,//g'`
|
||||||
sleep 5
|
sleep 2
|
||||||
done | dwm
|
done | dwm
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
|
|
Loading…
Reference in a new issue