6 lines
133 B
Bash
Executable file
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
|