]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _docs/i3status.man
update i3status/manpage.html
[i3/i3.github.io] / _docs / i3status.man
index eeb8d737c886eca9d8801a9dece0308517282e03..89bf9d5d136f98df60bb9a773420745011dd3105 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,13 +289,18 @@ use your shell, for example like this:
 
 *Example for prepending the i3status output*:
 --------------------------------------------------------------
+#!/bin/sh
+# shell script to prepend i3status with more stuff
+
 i3status | while :
 do
        read line
        echo "mystuff | $line"
-done | i3bar -d
+done
 --------------------------------------------------------------
 
+Put that in some script, say +.bin/my_i3status.sh+ and execute that instead of i3status.
+
 == SEE ALSO
 
 +strftime(3)+, +date(1)+, +glob(3)+, +dzen2(1)+, +xmobar(1)+