From 9da884a66f1bbbbf0da42afb71d14df62f5150f6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 22:50:46 -0500 Subject: [PATCH] fix(dunst): increase and match padding --- home/modules/ui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index d9a8149..7d923db 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -267,8 +267,8 @@ in height = "(0, 120)"; origin = "top-right"; offset = "16x16"; - padding = 8; - horizontal_padding = 9; + padding = 10; + horizontal_padding = 10; frame_width = 1; frame_color = c.border; separator_color = "frame";