Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-03 14:40:39 +02:00
commit e2742c3b6e

9
my-status-bar Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
i3status | while :
do
read line
sut=$(sut)
echo "$sut | $line" || exit 1
done