aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-30 13:17:27 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-30 13:17:27 +0530
commit72d1be28c2c8d810805ea99b8d988bf04fb7d1df (patch)
tree680ad560173854d1c7f2ba8b52403e15809ca951 /.config/picom.conf
parent8b5c3c3b49c4274eee834d1c592b036e7a4b6d73 (diff)
made polybar semi-transparent and blurred
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf2
1 files changed, 1 insertions, 1 deletions
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"
];