ecff67913f
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
9 lines
101 B
Bash
9 lines
101 B
Bash
#!/bin/sh
|
|
|
|
|
|
i3status | while :
|
|
do
|
|
read line
|
|
sut=$(sut)
|
|
echo $sut | $line" || exit 1
|
|
done
|