Conky: Re-rice and reinstate

This commit is contained in:
2018-06-21 12:44:42 -05:00
parent 7517133b05
commit b6af2ad110
2 changed files with 24 additions and 17 deletions

View File

@@ -94,6 +94,10 @@ if [[ $(pgrep compton) ]]; then
killall compton
fi
compton&
if [[ $(pgrep conky) ]]; then
killall conky
fi
conky&
if [[ $(pgrep dunst) ]]; then
killall dunst
fi