Port of macOS Mojave Dynamic Desktop feature to Windows 10
When the Dynamic Desktop feature was announced for macOS Mojave which shifts through 16 images of the same desert scene taken at different times of day, I wanted to write a Windows program that would do the same thing. Windows has the ability built-in to cycle through different wallpapers, but only at regular intervals, not based on the times of sunrise and sunset. This program adds that feature for the Mojave wallpapers to the Windows desktop.
The first time you run WinDynamicDesktop, it will automatically download the macOS Mojave wallpapers from here and extract them to your disk. I have not included the files directly in this repository for copyright reasons. If you want to select a different set of images, see the next section for how to do so.
You will also need to input your location when running the program for the first time. This location is not used for any purpose other than to determine the times of sunrise and sunset where you live.
After you enter your location, you can minimize the program to your system tray and it will run in the background. Right-clicking on the system tray icon opens a menu with options to update the location, start WinDynamicDesktop when Windows boots, or exit the program.
Yes. By default WinDynamicDesktop uses the Mojave wallpapers, but if you create an images.conf
file in the same folder as the EXE you can customize the images that are used. The default images.conf
can be found here. It is formatted in JSON and must contain the following values:
imagesZipUri
- String containing URL to download images.zip file from, or null if the content in the images subfolder is provided by the userimageFilename
- String containing the filename of each wallpaper image, with {0} substituted for the image numberdayImageList
- Array of numbers listing the image numbers to display throughout the day (between sunrise and sunset)nightImageList
- Array of numbers listing the image numbers to display throughout the night (between sunset and sunrise)
I do not own the wallpaper pictures used by WinDynamicDesktop, they belong to Apple. The icon used in this program was made by Roundicons from flaticon.com and is licensed by CC 3.0 BY.
When you enter your location, WinDynamicDesktop uses the LocationIQ service to convert your location to latitude and longitude. Your location info is never sent anywhere without your consent. To get sunrise and sunset times, WinDynamicDesktop uses the free API available at sunrise-sunset.org.