Pre-checks
Do similar tools already implement this feature?
Other launchers that do support icons dont restrict themselves to only a handful of directories, allowing other icons to be used on the system.
Describe your feature request
The following contexts are defined in Adwaita:
/usr/share/icons/Adwaita/symbolic/actions
/usr/share/icons/Adwaita/symbolic/categories
/usr/share/icons/Adwaita/symbolic/devices
/usr/share/icons/Adwaita/symbolic/emotes
/usr/share/icons/Adwaita/symbolic/legacy
/usr/share/icons/Adwaita/symbolic/mimetypes
/usr/share/icons/Adwaita/symbolic/places
/usr/share/icons/Adwaita/symbolic/status
/usr/share/icons/Adwaita/symbolic/ui
These paths provide insightful icons that applications can call, but it may not be used by all, which is why a new configuration option (preferably a command-line only option), will be necessary for these applications to ask for extra contexts to be added.
### Pre-checks
- [x] The [fuzzel.ini](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.ini.5.scd)
and [fuzzel](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.1.scd) man pages.
- [x] [Changelog](https://codeberg.org/dnkl/fuzzel/src/branch/master/CHANGELOG.md#unreleased)
of newer and unreleased features
### Do similar tools already implement this feature?
Other launchers that do support icons dont restrict themselves to only a handful of directories, allowing other icons to be used on the system.
### Describe your feature request
The following contexts are defined in Adwaita:
```
/usr/share/icons/Adwaita/symbolic/actions
/usr/share/icons/Adwaita/symbolic/categories
/usr/share/icons/Adwaita/symbolic/devices
/usr/share/icons/Adwaita/symbolic/emotes
/usr/share/icons/Adwaita/symbolic/legacy
/usr/share/icons/Adwaita/symbolic/mimetypes
/usr/share/icons/Adwaita/symbolic/places
/usr/share/icons/Adwaita/symbolic/status
/usr/share/icons/Adwaita/symbolic/ui
```
These paths provide insightful icons that applications can call, but it may not be used by all, which is why a new configuration option (preferably a command-line only option), will be necessary for these applications to ask for extra contexts to be added.