Fix rounded corners

inky
Elnu 2 years ago
parent caff89ca3b
commit 828b0d359b

@ -4,10 +4,13 @@
services.picom = { services.picom = {
enable = true; enable = true;
settings = { settings = {
backend = "glx"; # Fixes black backdrop on some rounded corners
corner-radius = 12; corner-radius = 12;
round-borders = 1; round-borders = 1;
rounded-borders-exclude = [ # Ignore polybar
# TODO: figure out how to exclude polybar, smart gaps rounded-corners-exclude = [
"window_type = 'dock'"
"window_type = 'desktop'"
]; ];
}; };
}; };

Loading…
Cancel
Save