Linux-Tech-Tips/Scripts/plasma-theme-switcher
dataprolet 7839e6701c Update README.md 2024-05-25 10:19:34 +00:00
..
.gitkeep Add new directory 2024-05-25 10:09:03 +00:00
README.md Update README.md 2024-05-25 10:19:34 +00:00
themer.service Add service file 2024-05-25 10:11:53 +00:00
themer.sh Add script 2024-05-25 10:10:39 +00:00
themer.timer Add timer file 2024-05-25 10:14:01 +00:00

README.md

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