]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
s/while [ 1 ]/while :/ (Thanks cls)
[i3/i3status] / man / i3status.man
index 0c86ac35766fa05d63f2fbf461c2931609a12303..eeb8d737c886eca9d8801a9dece0308517282e03 100644 (file)
@@ -289,7 +289,7 @@ use your shell, for example like this:
 
 *Example for prepending the i3status output*:
 --------------------------------------------------------------
-i3status | while [ 1 ]
+i3status | while :
 do
        read line
        echo "mystuff | $line"