]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
Fix the default value for the load, also the manpage description (Thanks XTaran)
[i3/i3status] / man / i3status.man
index 0c86ac35766fa05d63f2fbf461c2931609a12303..f9bcebf15607a2bfef2e7d82fc296eed2cabd505 100644 (file)
@@ -216,11 +216,11 @@ Gets the percentual CPU usage from +/proc/stat+.
 === Load
 
 Gets the system load (number of processes waiting for CPU time in the last
-5, 10 and 15 minutes).
+1, 5 and 15 minutes).
 
 *Example order*: +load+
 
-*Example format*: +%5min %10min %15min+
+*Example format*: +%1min %5min %15min+
 
 === Time
 
@@ -289,7 +289,7 @@ use your shell, for example like this:
 
 *Example for prepending the i3status output*:
 --------------------------------------------------------------
-i3status | while [ 1 ]
+i3status | while :
 do
        read line
        echo "mystuff | $line"