-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Considering daytime #5
Comments
I would love to see this implemented if possible as well... a solely time-based system would be great, but an automated one based on sunrise-sunset + time combination would be even better. Thanks for a great extension! |
Now with gnome 3.24 we have night time mode. This is exposed through D-Bus in the settings daemon by |
Can't wait to test the new version! |
@sojusnik Wouldn't this feature be better dealt with using Gnome's built in xml wallpaper slideshow feature? Hard to write xml so this would probably help https://github.com/maoschanz/dynamic-wallpaper-editor. You'd lose the random factor of course. So a simpler daytime = light colours vs night = dark colours would still be nice. |
With profiles being defined, we could create 4 new profiles - each having images in each of the 4 folders (or how many ever folders). It might also help to try and introduce this mechanism by providing a wrapper for profiles, that specifies the order in which they must be cycled through and from what time to what time each profile must be activated every day. |
There is already an The extension has just been in a very poor state since I rewrote the dameon in JS and I've had to commit most of my time to fixing that. I haven't had time to commit to the extras yet, but I'm getting there! I'd also be happy to take a look at any ideas anyone has on how to get this done. |
I have 100+ different wallpapers of nature showing a different time of the day, that could be roughly grouped in morning, daytime, evening and night. These wallpapers could be then put in one of the four folders, that will represent the according daytime. Your extension then could have an option to only show wallpapers from one of these folders, according to the present daytime, so that one will only see wallpapers depicting midday from, i.d. 11:00 - 17:00, and so on. It's crucial, that the time periods for the 4 folders should be manually adjustable. A more sophisticated approach would be to consider the sun position automatically, like it's done in Redshift, and then just split the whole day in 4 parts to resemble the 4 daytimes mentioned above. I wouldn't split the day into 4 equal parts, but make the morning and evening each only 4 hours long, and the day and night each 8 hours long.
The text was updated successfully, but these errors were encountered: