dunst icon indicating copy to clipboard operation
dunst copied to clipboard

Can't change icon size with enable_recursive_icon_lookup

Open marie-bnl opened this issue 3 years ago • 4 comments

Issue description

When enable_recursive_icon_lookup is enabled, the icon size is blocked at 40x40, it's impossible to scale it up (didn't try scaling it down), however when I disable it, it does scale up to 64 (the max icon size) as expected.

Installation info

  • Version: 1.8.1 (2022-03-02)
  • Install type: pacman -S dunst
  • Window manager / Desktop environment: i3

With enable_recursive_icon_lookup

[global]
    enable_recursive_icon_lookup = true
    max_icon_size = 64

image

Without (expected behaviour)

[global]
    max_icon_size = 64

image

Note for reproducing: the two configurations below are a whole dunstrc, not just a part of it

marie-bnl avatar Jun 28 '22 21:06 marie-bnl

Is the icon passed via a whole path or is it part of an icon theme?

fwsmit avatar Jun 29 '22 11:06 fwsmit

The icon is a 600x600 png passed as a full path

notify-send "John Doe" "Lorem ipsum..." -i ~/.face.icon

marie-bnl avatar Jun 29 '22 11:06 marie-bnl

Can you attach the file for testing?

fwsmit avatar Jun 29 '22 11:06 fwsmit

Of course! Here you go

icon.png

marie-bnl avatar Jun 29 '22 19:06 marie-bnl