Add readme file

This commit is contained in:
dataprolet 2024-05-25 10:19:21 +00:00
parent 956085de51
commit 7804cb0f71
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# 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.
3. Enable and start the timer:
$ systemctl --user enable themer.timer
$ systemctl --user start themer.timer