]> git.sur5r.net Git - i3/i3status/commitdiff
manpage: add example for using external scripts/programs with i3status
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Aug 2011 20:52:50 +0000 (22:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Aug 2011 20:52:50 +0000 (22:52 +0200)
man/i3status.man

index 0c81f16a9e4b252eb7bfe508102df7c63d7cdc0c..0c86ac35766fa05d63f2fbf461c2931609a12303 100644 (file)
@@ -281,6 +281,21 @@ is set to +xmobar+.
 i3status | xmobar -o -t "%StdinReader%" -c "[Run StdinReader]"
 ---------------------------------------------------------------------
 
+== External scripts/programs with i3status
+
+In i3status, we don’t want to implement process management again. Therefore,
+there is no module to run arbitrary scripts or commands. Instead, you should
+use your shell, for example like this:
+
+*Example for prepending the i3status output*:
+--------------------------------------------------------------
+i3status | while [ 1 ]
+do
+       read line
+       echo "mystuff | $line"
+done | i3bar -d
+--------------------------------------------------------------
+
 == SEE ALSO
 
 +strftime(3)+, +date(1)+, +glob(3)+, +dzen2(1)+, +xmobar(1)+