From 4af7963adf8bb2cb04d5c42124ec02caade7821e Mon Sep 17 00:00:00 2001 From: Myned <dev@bjork.tech> Date: Wed, 2 Apr 2025 20:23:23 -0500 Subject: [PATCH] swaync: increase notification width --- options/custom/services/swaync/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/services/swaync/default.nix b/options/custom/services/swaync/default.nix index e5a08db..400f848 100644 --- a/options/custom/services/swaync/default.nix +++ b/options/custom/services/swaync/default.nix @@ -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