33 lines
538 B
Plaintext
33 lines
538 B
Plaintext
# Corners
|
|
corner-radius = 25.0;
|
|
rounded-corners-exclude = [
|
|
"class_g = 'Polybar'"
|
|
];
|
|
round-borders = 1;
|
|
|
|
# Shadows
|
|
shadow = true;
|
|
|
|
# Fading
|
|
fading = true;
|
|
fade-delta = 5;
|
|
|
|
# blur
|
|
backend = "glx";
|
|
|
|
active-opacity = 1;
|
|
inactive-opacity = 0.6;
|
|
opacity-rule = [
|
|
"100:class_g = 'rofi-menu'",
|
|
"100:class_g = 'librewolf'",
|
|
"100:class_g = 'alacritty'",
|
|
"100:class_g = 'Polybar'",
|
|
"50:class_g = 'Bspwm' && class_i = 'presel_feedback'"
|
|
];
|
|
|
|
blur-kern = "3x3box";
|
|
blur-method = "dual_kawase";
|
|
blur_strength = 15;
|
|
blur-background-exclude = [
|
|
];
|