Add rounded windows with picom

inky
Elnu 2 years ago
parent 0beb645832
commit 6e9023cd28

@ -3,5 +3,12 @@
{ {
services.picom = { services.picom = {
enable = true; enable = true;
settings = {
corner-radius = 12;
round-borders = 1;
rounded-borders-exclude = [
# TODO: figure out how to exclude polybar, smart gaps
];
};
}; };
} }

Loading…
Cancel
Save