nsbin/status-bar
Nico Schottelius ecff67913f add custom status bar
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-06-03 14:22:01 +02:00

9 lines
101 B
Bash

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