swaync: separate control-center from notification position
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
eb103fa410
commit
9fad131b03
1 changed files with 2 additions and 1 deletions
|
@ -18,12 +18,13 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
control-center-width = 750 / config.custom.scale;
|
control-center-width = 750 / config.custom.scale;
|
||||||
control-center-height = config.custom.height / 2;
|
control-center-height = config.custom.height / 2;
|
||||||
|
control-center-positionY = "bottom";
|
||||||
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-inline-replies = true;
|
#// notification-inline-replies = true;
|
||||||
positionX = "center";
|
positionX = "center";
|
||||||
positionY = "bottom";
|
positionY = "top";
|
||||||
timeout-low = 5;
|
timeout-low = 5;
|
||||||
timeout = 5; # normal
|
timeout = 5; # normal
|
||||||
timeout-critical = 0;
|
timeout-critical = 0;
|
||||||
|
|
Loading…
Reference in a new issue