dotfiles/.scripts/launch-conky.sh
2020-04-19 14:31:51 +07:00

6 lines
133 B
Bash
Executable file

#!/bin/dash
killall conky
while pgrep -u $UID -x conky >/dev/null; do sleep 1; done
conky --config=$HOME/.config/conky/conkyrc -b