I'm sorry, I have a feeling this is a user issue but I haven't been able to find it documented anywhere.
On the ArchWiki, the default notify-send example is:
notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
For me, it shows up without the icon...
image
Inside my fnott.ini I've tried setting different values for icon-theme besides the default hicolor but I can't seem to get any of the default icons in /usr/share/notify-osd or /usr/share/icons to show up.
Everything works fine if I set the complete icon path, but I would like to just use the standard icon names so that when themes are changed the corresponding icons are used.
Please advise what I need to do to get the icons to be pulled in correctly.
Happy to provide more details if needed.
Running fnott v1.1.1 on Sway v1.5.1 on Ubuntu 21.04
I'm sorry, I have a feeling this is a user issue but I haven't been able to find it documented anywhere.
On the [ArchWiki](https://wiki.archlinux.org/title/Desktop_notifications#Usage_in_programming), the default `notify-send` example is:
```
notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
```
For me, it shows up without the icon...

Inside my `fnott.ini` I've tried setting different values for `icon-theme` besides the default `hicolor` but I can't seem to get any of the default icons in `/usr/share/notify-osd` or `/usr/share/icons` to show up.
Everything works fine if I set the complete icon path, but I would like to just use the standard icon names so that when themes are changed the corresponding icons are used.
Please advise what I need to do to get the icons to be pulled in correctly.
Happy to provide more details if needed.
Running fnott v1.1.1 on Sway v1.5.1 on Ubuntu 21.04