From 72d1be28c2c8d810805ea99b8d988bf04fb7d1df Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 30 Oct 2023 13:17:27 +0530 Subject: made polybar semi-transparent and blurred --- .config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/picom.conf') diff --git a/.config/picom.conf b/.config/picom.conf index 5cd020c..27ff37b 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -204,7 +204,7 @@ blur-background = true # Exclude conditions for background blur. # blur-background-exclude = [] blur-background-exclude = [ - "window_type = 'dock'", + #"window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" ]; -- cgit v1.2.3