s/sleep 5/sleep 2/

This commit is contained in:
arg@10ksloc.org 2006-07-21 11:54:14 +02:00
parent 2b66f7afb1
commit f85b163899
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -41,7 +41,7 @@ in .xinitrc:
while true
do
echo `date` `uptime | sed 's/.*://; s/,//g'`
sleep 5
sleep 2
done | dwm
Configuration