C2N14 / AutomaThemely

Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
GNU General Public License v3.0
206 stars 31 forks source link

Adds support for background changing based on light/dark #45

Open soraxas opened 4 years ago

soraxas commented 4 years ago

Adds a new setting for changing in-between light background or dark background. This should able to extends to most desktop_env with gsettings supports as it's using

gsettings org.gnome.desktop.background ...

to get the current background and set the desire background.

However, this PR only adds gnome for now. This PR also includes a FileChooser dialog to choose the desire image in the GUI.