summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-10-30 13:28:36 +0000
committerMichael Stapelberg <michael@stapelberg.de>2011-10-30 13:28:36 +0000
commit40012ed7c62f72f97a183bf72e80c137426d8791 (patch)
tree5237724b5b8fec0fed0a4773439a30e25efe100c
parent631e460f8afb6b483fa0e84844996cf97953d670 (diff)
manpage: remove the obsolete i3bar -d invocation
-rw-r--r--man/i3status.man7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man
index b1564ff..0666230 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -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)+