Linux-Tech-Tips/Scripts/plasma-theme-switcher/README.md

7 lines
342 B
Markdown
Raw Normal View History

2024-05-25 12:19:21 +02:00
# Automatically change Plasma theme between dark and light
1. Place timer and service file in the respective user directory $HOME/.config/systemd/user
2. Place the script into a directory and specify the path in the service file.
2024-05-25 12:19:34 +02:00
3. Enable and start the timer:
$ systemctl --user enable themer.timer
2024-05-25 12:19:21 +02:00
$ systemctl --user start themer.timer