1
1
Fork 0

swaync: separate control-center from notification position

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-11 16:52:04 -06:00
parent eb103fa410
commit 9fad131b03
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -18,12 +18,13 @@ in {
settings = {
control-center-width = 750 / config.custom.scale;
control-center-height = config.custom.height / 2;
control-center-positionY = "bottom";
fit-to-screen = false;
hide-on-clear = true;
notification-2fa-action = false;
#// notification-inline-replies = true;
positionX = "center";
positionY = "bottom";
positionY = "top";
timeout-low = 5;
timeout = 5; # normal
timeout-critical = 0;