dunst icon indicating copy to clipboard operation
dunst copied to clipboard

Feature request: max_icon_size = auto

Open markg85 opened this issue 7 months ago • 1 comments

Hi,

max_icon_size = 0 essentially resizes the space for an icon/image to however large that image is.

I propose to add another magic option: max_icon_size = auto

It would scale an image to the available size that there is for an icon in the notification. So if you add a lot of text, multilines and whatnot then this size grows and grows. If you have a single line this size would be as small as it can be (but following min_icon_size as the smallest possible size).

What do you think?

markg85 avatar Apr 14 '25 15:04 markg85

Yes I was thinking of a way to change the max/min icon size options. min_icon_size=0 is broken already with scalable icons.

bynect avatar Apr 30 '25 19:04 bynect