]> git.sur5r.net Git - i3/i3status/commitdiff
manpage: remove the obsolete i3bar -d invocation
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 30 Oct 2011 13:28:36 +0000 (13:28 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 30 Oct 2011 13:28:36 +0000 (13:28 +0000)
man/i3status.man

index b1564ff7b1219129401329f08fab68bb79d8719c..0666230a87d145f9338a9d23cba563a5227a6511 100644 (file)
@@ -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)+