From 4a2078eeb4240c002fca00e27765b5f7a4df6c9e Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 26 Sep 2020 22:18:35 +0530 Subject: changes --- picom/.config/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'picom/.config/picom.conf') diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b5fd0a0..a3a9b46 100755 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -9,7 +9,7 @@ shadow-exclude = [ "class_g ?= 'dmenu'", "class_g ?= 'panel'", "class_g ?= 'spectrwm'", - "name = 'polybar'", + "class_g ?= 'polybar'", "name = 'Polybar tray window'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "class_g = 'Firefox' && argb", @@ -24,7 +24,7 @@ blur-strength = 3; blur-kern = "3x3box"; # blur-method = "dual_kawase"; blur-background-exclude = [ - "name = 'polybar'", + "class_g ?= 'polybar'", "name = 'Polybar tray window'", "class_g ?= 'Rofi'", "class_g ?= 'zoom'", @@ -75,6 +75,7 @@ corner-radius = 5; rounded-corners-exclude = [ "name = 'bar'", "class_g ?= 'dmenu'", + "class_g ?= 'polybar'", "class_g ?= 'panel'", "class_g ?= 'spectrwm'" ]; -- cgit v1.2.3