I made a simple script and timer for a friend to automatically switch between light and dark theme on Plasma. In case anybody needs this.
I made a simple script and timer for a friend to automatically switch between light and dark theme on Plasma. In case anybody needs this.
Thanks, yes I am doing that for 2 projects.
They download the Thunderbird and Firefox arkenfox/equivalent user.js script and change them a bit.
The TB one is pretty clean and already uses it, the FF one is pretty messy and doesnt yet use it.
https://github.com/boredsquirrel/thunderbird-hardening-automation
You still need to activate the service units it seems, I will look into that.
I fail to understand why can’t you just add
systemctl --user enable --now thunderbird-hardening-overwrite.service
after doing
daemon-reload
.Yes thats it. To my knowledge “enabling” just linked the service to the active dir, but I suppose not