Add rounded windows with picom
This commit is contained in:
parent
0beb645832
commit
6e9023cd28
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue