From ff05696b7b7b5ede9fd597354abccccf0f1bc06b Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 27 Feb 2025 15:12:02 +0100 Subject: [PATCH] Increase dunst notification size --- ui.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui.nix b/ui.nix index 840e67f..2a48659 100644 --- a/ui.nix +++ b/ui.nix @@ -169,7 +169,9 @@ in services.dunst.enable = true; services.dunst.settings = { global = { - geometry = "750x5-20+20"; + width = "(0, 1000)"; + height = "(0, 1000)"; + offset = "(20,20)"; horizontal_padding = 8; indicate_hidden = true; shrink = true;