dunst: Decrease border size

Also makes the separator height consistent with the frame width.
This commit is contained in:
Donovan Glover 2024-09-05 12:13:29 -04:00
parent 2873612e25
commit c9285617ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -26,10 +26,10 @@ in
settings = {
global = {
width = 370;
separator_height = 5;
separator_height = 1;
padding = 24;
horizontal_padding = 24;
frame_width = 3;
frame_width = 1;
idle_threshold = 120;
alignment = "center";
word_wrap = "yes";