]> git.sur5r.net Git - i3/i3.github.io/commitdiff
update i3status/manpage.html
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 17 Nov 2011 00:12:17 +0000 (00:12 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 17 Nov 2011 00:12:17 +0000 (00:12 +0000)
_docs/i3status.man
i3status/manpage.html

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)+
index bb92b38899ecb0ad4425f3a1e64c578a2f9fad41..68608d959f83828311a31272b132b8865613bee7 100644 (file)
@@ -284,9 +284,9 @@ just specify <tt>last_full_capacity = true</tt>.</p></div>
 <div class="sect2">\r
 <h3 id="_load">5.10. Load</h3>\r
 <div class="paragraph"><p>Gets the system load (number of processes waiting for CPU time in the last\r
-5, 10 and 15 minutes).</p></div>\r
+1, 5 and 15 minutes).</p></div>\r
 <div class="paragraph"><p><strong>Example order</strong>: <tt>load</tt></p></div>\r
-<div class="paragraph"><p><strong>Example format</strong>: <tt>%5min %10min %15min</tt></p></div>\r
+<div class="paragraph"><p><strong>Example format</strong>: <tt>%1min %5min %15min</tt></p></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_time">5.11. Time</h3>\r
@@ -356,12 +356,16 @@ use your shell, for example like this:</p></div>
 <div class="paragraph"><p><strong>Example for prepending the i3status output</strong>:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>i3status | while :\r
+<pre><tt>#!/bin/sh\r
+# shell script to prepend i3status with more stuff\r
+\r
+i3status | while :\r
 do\r
         read line\r
         echo "mystuff | $line"\r
-done | i3bar -d</tt></pre>\r
+done</tt></pre>\r
 </div></div>\r
+<div class="paragraph"><p>Put that in some script, say <tt>.bin/my_i3status.sh</tt> and execute that instead of i3status.</p></div>\r
 </div>\r
 </div>\r
 <div class="sect1">\r