From 728f9b7af85202297d9bda7e8f7b3b4e935cc683 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jun 2018 21:18:40 -0500 Subject: [PATCH] bspwm: Disable Conky --- .config/bspwm/bspwmrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index f488e5cb..63784500 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -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