diff options
| author | Michael Stapelberg | 2011-08-25 22:55:01 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2011-08-25 22:55:01 +0200 | 
| commit | 67ad80f0050fba9c1a57a70d1a277925805ed560 (patch) | |
| tree | 910f3f71c0296b71ebaf6769d9d6aa09a618f92e /man | |
| parent | manpage: add example for using external scripts/programs with i3status (diff) | |
s/while [ 1 ]/while :/ (Thanks cls)
Diffstat (limited to 'man')
| -rw-r--r-- | man/i3status.man | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/man/i3status.man b/man/i3status.man index 0c86ac3..eeb8d73 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -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" | 
