1
1
Fork 0

swaync: increase notification width

This commit is contained in:
Myned 2025-04-02 20:23:23 -05:00
parent f5dbd4535a
commit 4af7963adf
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -42,13 +42,13 @@ in {
settings = { settings = {
control-center-height = builtins.floor (config.custom.height * 0.5); # 50% control-center-height = builtins.floor (config.custom.height * 0.5); # 50%
control-center-positionY = "bottom"; control-center-positionY = "bottom";
control-center-width = 750; control-center-width = 1000;
fit-to-screen = false; fit-to-screen = false;
hide-on-clear = true; hide-on-clear = true;
notification-2fa-action = false; notification-2fa-action = false;
notification-icon-size = 32; notification-icon-size = 32;
#// notification-inline-replies = true; #// notification-inline-replies = true;
notification-window-width = 500; notification-window-width = 750;
positionX = "center"; positionX = "center";
positionY = "top"; positionY = "top";
timeout = 5; # normal timeout = 5; # normal