feat(swaync): add settings

This commit is contained in:
Ahurac 2024-11-05 11:37:02 +01:00
parent c7fc778a49
commit 05f664eccf

View file

@ -277,7 +277,18 @@
};
};
services.swaync = { enable = true; };
services.swaync = {
enable = true;
settings = {
positionX = "center";
positionY = "bottom";
control-center-positionX = "center";
control-center-positionY = "bottom";
control-center-margin-bottom = 10;
fit-to-screen = false;
control-center-height = 600;
};
};
programs.niri = {
settings = {