Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-03 14:40:39 +02:00
parent ecff67913f
commit e2742c3b6e
1 changed files with 1 additions and 1 deletions

2
status-bar → my-status-bar Normal file → Executable file
View File

@ -5,5 +5,5 @@ i3status | while :
do
read line
sut=$(sut)
echo $sut | $line" || exit 1
echo "$sut | $line" || exit 1
done