Friso Smit
Friso Smit
It seems like this is still the output of the old service. Could try to `systemctl --user edit dunst.service`?
This should definitely be possible. Do you have a suggestion for what the configuration syntax should look like? This issue is blocked by #989, since you'll need to be sure...
> I vote for (2), percentiles, as it is less ambiguous and opens the door for other units like cm so we can have literally a consistent size independent of...
Not that I know of
Do you know how this could be achieved?
Yeah I'm not sure if the svg renderer we use supports setting colours.
I don't know dbus too well, but you can take a look at how it's done for the paused property. When the property is changed this function is called. ```...
Shouldn't be too hard to fix. Do you want to take a stab at it?
Looking at the systemd unit, it seems like there should be an dependency on the graphical session, not only an PartOf line. The relevant systemd documentation can be found [here](https://www.freedesktop.org/software/systemd/man/systemd.unit.html)....
I believe you have to run `sytemctl daemon-reload` after editing manually, but maybe rebooting works as well. Maybe you have to add this as well ``` [Install] WantedBy=graphical-session.target ```