Go to file
dataprolet 2dc7143b41 Update installer.sh 2024-05-27 13:04:20 +00:00
LICENSE Add LICENSE 2024-05-27 12:22:36 +00:00
README.md Update README.md 2024-05-27 12:07:12 +00:00
installer.sh Update installer.sh 2024-05-27 13:04:20 +00:00
theme-switcher-sun.sh Add script file 2024-05-27 10:50:47 +00:00
theme-switcher.service Add env DISPLAY 2024-05-27 11:59:27 +00:00
theme-switcher.sh Add script file 2024-05-27 10:37:07 +00:00
theme-switcher.timer Update theme-switcher.timer 2024-05-27 11:17:42 +00:00

README.md

Plasma Theme Switcher

Description

This is a simple script that changes the Plasma theme according to a custom time or according to your locations sunrise/sunset using a systemd timer.

Default is changing theme to dark at 9:30 p.m. and back to Light at 6:30 a.m.

Installation

Use the installer.sh script to set up automatically

$ git clone https://gitlab.com/dataprolet/plasma-theme-switcher
$ cd plasma-theme-switcher
$ sh installer.sh
  • Change the service file to specifiy which script to use.
  • Change either script to a custom time or custom location.

Install manually

  1. Place timer and service file in the respective user directory ~/.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 and specify location in the script
  5. Enable and start the timer:
$ systemctl --user enable theme-switcher.timer  
$ systemctl --user start theme-switcher.timer