nsbin/my-status-bar

10 lines
102 B
Bash
Executable File

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