Friso Smit
Friso Smit
The recursive icon search follows the [icon theme specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html). The way it works is searching for icons that are compatible to a certain size according to your icon theme. So...
We can definitely think about a different way of configuring the icon size. The protocol doesn't say anything about how it should be configured. Only that each icon has a...
For organizational purposes I'm going to close this pull request. If you or anyone else wants to work on this, feel free to reopen this pull request or start a...
Thanks for implementing! > * Can we make the SVG stylesheet user-configurable? We can make it default to `svg: { color: %s; }`, but if the user has icon-themes which...
We'll need to add librsvg to the docker image for the tests to work. Also, are you able to add some tests to test these changes?
> SVG scaling was an issue in the older code. Could you elaborate on what issue there was with SVG scaling? > Time is still a constraint for me, so...
What still needs to be done? I can think of the following: - Add librsvg to the CI images (https://github.com/dunst-project/docker-images). I'm willing to help with that. - Add tests -...
See the previous two comments for what needs to be done. If you have any questions, let me know
For organizational purposes I'm going to close this pull request. If you or anyone else wants to work on this, feel free to reopen this pull request or start a...
I'm not sure if a timeout would be a good idea. For programs that hang while waiting for an action, it would also be bad to hang for 10 seconds....