bspwm: Disable Conky

This commit is contained in:
Salt 2018-06-19 21:18:40 -05:00
parent 3ff6687792
commit 728f9b7af8

View File

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