home: wm: dunst: add max icon size
Otherwise I end up with icons that are way too big...
This commit is contained in:
parent
54d7c713a8
commit
1d26e5146c
|
@ -16,6 +16,7 @@ in
|
|||
frame_width = 3; # small frame
|
||||
geometry = "300x50-15+49";
|
||||
markup = "full"; # subset of HTML
|
||||
max_icon_size = 32; # avoid icons that are too big
|
||||
padding = 6; # distance between text and bubble border
|
||||
progress_bar = true; # show a progress bar in notification bubbles
|
||||
separator_color = "frame"; # use frame color to separate bubbles
|
||||
|
|
Loading…
Reference in a new issue