=== 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
*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)+
<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
<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