dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.56k stars 340 forks source link

dafault_icon not working with filepath #1138

Open renanbrayner opened 1 year ago

renanbrayner commented 1 year ago

Can't use file path as default_icon, icon name works fine.

Installation info

Minimal dunstrc ```ini [global] default_icon = $XDG_CONFIG_HOME/assets/icons/default_icon.png enable_recursive_icon_lookup = true icon_theme = "Papirus,Zafiro-Icons-Dark" ```

using /home/user/.config/assets/icons/default_icon.png also doesn't work or a jpg file too

thank you for this amazing program ❤️

bynect commented 7 months ago

Was this resolved?