Fix Picom exclude Polybar to apply radius

This commit is contained in:
Fabio Scotto di Santolo
2025-09-08 22:41:22 +02:00
parent 04bd67e289
commit 274ec45f75

View File

@@ -21,15 +21,14 @@
# "100:class_g = 'example'"
# ];
# ROUNDED CORNERS
corner-radius = 15
corner-radius = 3
# uncommented for square notification box
# rounded-corners-exclude = [
# "class_g = 'Dunst'"
# ];
rounded-corners-exclude = [
"class_g = 'Polybar'",
"class_g = 'Dunst'"
];
# BLURRING
# methods: none, gaussian, box, kernel (define custom kernel), dual_kawase
@@ -53,41 +52,31 @@ blur-background-fixed = true
# blur-kern = "3x3box";
# blur-kern = "5x5gaussian";
# SHADOWS
# shadow = true;
shadow-radius = 1; #blur radius
shadow-opacity = .1
shadow-offset-x = 0;
shadow-offset-y = 0;
# shadow-color = "#000000"
shadow-color = "#000000"
# shadow-exclude = [];
# FADING
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-delta = 3
# OTHER SETTINGS
# dbus = true
# daemon = false
# backends: `xrender`, `glx`, `egl` or `xr_glx_hybrid`
backend = "egl";
dithered-present = false;
vsync = true;
# mark-wmwin-focused = true;
# mark-ovredir-focused = true;
detect-rounded-corners = false
detect-client-opacity = true;
use-ewmh-active-win = true
@@ -107,7 +96,7 @@ log-level = "warn";
# normal = { opacity = 1;}
# };
# WINDDOW RULES
# WINDOW RULES
rules = (
# { match = "name = 'dwm'"; opacity = 1; },
{ match = "focused"; opacity = 1; },