7839e6701c | ||
---|---|---|
.. | ||
.gitkeep | ||
README.md | ||
themer.service | ||
themer.sh | ||
themer.timer |
README.md
Automatically change Plasma theme between dark and light
- Place timer and service file in the respective user directory $HOME/.config/systemd/user
- Place the script into a directory and specify the path in the service file.
- Enable and start the timer:
$ systemctl --user enable themer.timer
$ systemctl --user start themer.timer