Skip to content

Seamlessly transition between KDE Plasma colorschemes at your chosen times. With bash and systemd

License

Notifications You must be signed in to change notification settings

gismael-gzn/KDE_AutomaticColorSwitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDE Plasma automatic colorscheme switcher

Seamlessly transition between KDE Plasma colorschemes at your chosen times (automated with bash and systemd)

Made with bash scripts and systemd, this tool is easy to configure and install.

- Why systemd over cron?

While cron has its merits, it falls short in handling scheduled tasks during specific scenarios, such as system shutdowns or restarts. Systemd, on the other hand, offers a more robust solution for these cases. Additionally, I encountered issues with both cron and anacron functioning locally. Rather than delving deeper into these issues, I opted for the straightforward nature of systemd and bash, especially since I didn't require cron or anacron for other tasks at the time, and a reliable automatic theme switcher was a must for me.

How to install it?

  1. First, configure the tool by running:

    ./configure.sh
  2. Deploy it with:

    sudo ./deploy.sh

To uninstall

  1. Simply run:
    sudo ./remove.sh

To reinstall

  1. Run:

    ./configure.sh
  2. Then:

    ./deploy.sh

Tested on:

  • Fedora 38 with KDE

Dependencies:

  • whiptail

About

Seamlessly transition between KDE Plasma colorschemes at your chosen times. With bash and systemd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages