nsbin/my-status-bar
Nico Schottelius e2742c3b6e +?
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-03 14:40:39 +02:00

9 lines
102 B
Bash
Executable file

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