From 06c3f076a4e9fb3e89c7f3db8bdd837c8237651b Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 17 Mar 2025 00:22:43 +1100 Subject: [PATCH] user/dunst: minor tweaks to layout --- modules/user/dunst.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/user/dunst.nix b/modules/user/dunst.nix index 35c65d4..b8cfb07 100644 --- a/modules/user/dunst.nix +++ b/modules/user/dunst.nix @@ -12,9 +12,9 @@ in { global = { monitor = 0; follow = "mouse"; - width = 460; + width = "(100, 450)"; origin = "top-right"; - offset = "24x35"; + offset = "24x50"; notification_limit = 0; indicate_hidden = true; shrink = true; @@ -36,7 +36,7 @@ in { hide_duplicate_count = true; show_indicators = false; icon_position = "left"; - max_icon_size = 32; + max_icon_size = 40; sticky_history = true; history_length = 100; browser = "${pkgs.firefox}/bin/firefox -new-tab";