s/sleep 5/sleep 2/

keyboard
arg@10ksloc.org 18 years ago
parent 2b66f7afb1
commit f85b163899
  1. 2
      README

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

Loading…
Cancel
Save