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 = {
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue