home: wm: dunst: add max icon size
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
c9418cc4d3
commit
3fdcfb5b5f
|
@ -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