Linux-Tech-Tips/Scripts/plasma-theme-switcher
2024-05-25 13:34:27 +00:00
..
2024-05-25 10:09:03 +00:00
2024-05-25 13:34:27 +00:00
2024-05-25 13:33:23 +00:00
2024-05-25 10:11:53 +00:00
2024-05-25 10:10:39 +00:00
2024-05-25 10:14:01 +00: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.
  3. Change time in script if necessary (default is 9:30 p.m. and 6:00 a.m.)
  4. Alternatively use the themer-sun.sh script to change themes according to your locations sunrise/sunset
  5. Enable and start the timer:
    $ systemctl --user enable themer.timer
    $ systemctl --user start themer.timer