feat(swaync): add settings
This commit is contained in:
parent
c7fc778a49
commit
05f664eccf
1 changed files with 12 additions and 1 deletions
|
@ -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 = {
|
programs.niri = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue