swaync: increase notification width
This commit is contained in:
parent
f5dbd4535a
commit
4af7963adf
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@ in {
|
|||
settings = {
|
||||
control-center-height = builtins.floor (config.custom.height * 0.5); # 50%
|
||||
control-center-positionY = "bottom";
|
||||
control-center-width = 750;
|
||||
control-center-width = 1000;
|
||||
fit-to-screen = false;
|
||||
hide-on-clear = true;
|
||||
notification-2fa-action = false;
|
||||
notification-icon-size = 32;
|
||||
#// notification-inline-replies = true;
|
||||
notification-window-width = 500;
|
||||
notification-window-width = 750;
|
||||
positionX = "center";
|
||||
positionY = "top";
|
||||
timeout = 5; # normal
|
||||
|
|
Loading…
Add table
Reference in a new issue