This is a script plus a systemd (user) unit to change color schemes when Night Color kicks in (to get dark mode).
This is basically a workaround until maybe someday Plasma gets proper support.
The color schemes are named in plasma-color-scheme-on-night-color.sh
line 16 and 18. For a hack it's not worth makig it configurable.
Write the systemd config file in ~/.config/systemd/user/plasma-color-scheme-on-night-color.service
and the script in ~/opt/scripts/plasma-color-scheme-on-night-color.sh
.
Once the files are written, use systemctl --user enable --now plasma-color-scheme-on-night-color
to turn on.
It fails when enabling the service:
I do have Plasma 6. My guess is
plasma-kded.service
is for plasma 5? Any suggestions on this?Trying to find some info about this service but no luck with it. I should ask in matrix chat for that, maybe?