nsbin/my-status-bar
Nico Schottelius 9468f9b060 update
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-26 23:28:38 +02:00

8 lines
101 B
Bash
Executable file

#!/bin/sh
i3status | while :
do
read line
sut=$(sut)
echo "$sut | $line" || exit 1
done