diff --git a/.config/compton.conf b/.config/compton.conf index 39dd18b..50a6a31 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -123,11 +123,11 @@ alpha-step = 0.06; # Blur backgound of transparent windows. Bad performance with X Render backend. # GLX is preffered. blur-method = "kawase"; -blur-strength = 12; +blur-strength = 10; blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; blur-background = true; # Blur background of opaque windows with transparent frames as well. -# blur-background-frame = true; +blur-background-frame = true; # Do not let blur radius adjust based on window opacity blur-background-fixed = false; blur-background-exclude = [ @@ -137,8 +137,7 @@ blur-background-exclude = [ ]; opacity-rule = [ "85:class_g = 'Polybar'", - "80:class_g = 'St'", - "75:class_g *?= 'Rofi'" + "100:class_g = 'St'", ]; ################################################################################