Fix Picom exclude Polybar to apply radius
This commit is contained in:
@@ -18,18 +18,17 @@
|
||||
# focus-exclude = [ "class_g = 'dwm'" ];
|
||||
|
||||
# opacity-rule = [
|
||||
# "100:class_g = 'example'"
|
||||
# "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
|
||||
@@ -38,8 +37,8 @@ blur:
|
||||
method = "dual_kawase";
|
||||
size = 10;
|
||||
strength = 3;
|
||||
# default deviation is 0.84
|
||||
# deviation = false;
|
||||
# default deviation is 0.84
|
||||
# deviation = false;
|
||||
};
|
||||
|
||||
# semi-transparent
|
||||
@@ -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; },
|
||||
|
||||
Reference in New Issue
Block a user