fix(dunst): halve the padding

This commit is contained in:
Barrett Ruth 2026-02-14 18:33:01 -05:00
parent 9cc808e0ee
commit 5010947b0e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -252,8 +252,8 @@ in
height = "(0, 120)"; height = "(0, 120)";
origin = "top-right"; origin = "top-right";
offset = "16x16"; offset = "16x16";
padding = 21; padding = 10;
horizontal_padding = 25; horizontal_padding = 12;
frame_width = 1; frame_width = 1;
frame_color = c.border; frame_color = c.border;
separator_color = "frame"; separator_color = "frame";
@ -287,7 +287,7 @@ in
icon_position = "off"; icon_position = "off";
width = 300; width = 300;
height = 50; height = 50;
padding = 12; padding = 6;
format = "%s"; format = "%s";
}; };
}; };