bspwm: Re-enable Conky

This commit is contained in:
2018-05-06 01:03:59 -05:00
parent 7357cdeaf9
commit f3600d9782
3 changed files with 8 additions and 4 deletions

View File

@@ -93,4 +93,8 @@ if [[ $(pgrep compton) ]]; then
killall compton
fi
compton&
if [[ $(pgrep conky) ]]; then
killall conky
fi
conky&