mfinelli / tramonto

automatically change desktop theme based on the time of day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tramonto

Automatically changes your desktop theme based on the time of day.

usage

Create a simple configuration file in your normal configuration directory:

---
# ~/.config/tramonto.yml
light: name of your daytime theme
dark: name of your nighttime theme

Then tell Xfce to automatically start tramonto on startup.

limitations

Currently only works on Xfce since that's what I use but I imagine it should work with other desktop environments too with some tweaking (pull requests welcome -- hint: src/switcher.rs).

I also use the same icon set for both light mode and dark mode so there isn't currently the option for it but I may add it in the future.

About

automatically change desktop theme based on the time of day

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%