home: wm: dunst: add max icon size
All checks were successful
continuous-integration/drone/push Build is passing

Otherwise I end up with icons that are way too big...
This commit is contained in:
Bruno BELANYI 2021-06-22 19:39:35 +02:00
parent c9418cc4d3
commit 3fdcfb5b5f

View file

@ -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