diff --git a/Scripts/plasma-theme-switcher/README.md b/Scripts/plasma-theme-switcher/README.md new file mode 100644 index 0000000..28b4c38 --- /dev/null +++ b/Scripts/plasma-theme-switcher/README.md @@ -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 \ No newline at end of file