nsbin/my-status-bar
2017-03-08 07:37:05 +01:00

9 lines
159 B
Bash
Executable file

#!/bin/sh
i3status | while :
do
read line
sut=$(sut)
korea=$(TZ='Asia/Seoul' date "+%F %H:%M %Z")
echo "$korea | $sut | $line" || exit 1
done