From 5010947b0ebf5a59d044e4bf50b39449265e8723 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 18:33:01 -0500 Subject: [PATCH] fix(dunst): halve the padding --- home/modules/ui.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 99b8b9b..229b870 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -252,8 +252,8 @@ in height = "(0, 120)"; origin = "top-right"; offset = "16x16"; - padding = 21; - horizontal_padding = 25; + padding = 10; + horizontal_padding = 12; frame_width = 1; frame_color = c.border; separator_color = "frame"; @@ -287,7 +287,7 @@ in icon_position = "off"; width = 300; height = 50; - padding = 12; + padding = 6; format = "%s"; }; };