-
-
Notifications
You must be signed in to change notification settings - Fork 294
Frequently asked questions
In June 2018, the Dynamic Desktop feature of macOS Mojave was announced, which cycled through 16 images of the same desert scene taken at different times of day. Windows 10 has built-in support for cycling through multiple wallpapers, but not based on the times of sunrise and sunset, so I created WinDynamicDesktop to add this feature to Windows 10.
You are not limited to Apple's themes that come preinstalled with the app. Custom themes created by the community can be downloaded here. You can also create your own theme that uses whatever wallpaper images you want, by following the instructions in this tutorial.
Translations are welcome in the POEditor project. For instructions on how to test translations, see Translating the app.
To run the app silently without an icon in the system tray, edit the configuration file settings.conf
in the same folder as the EXE. Change the setting "hideTrayIcon":false
to "hideTrayIcon":true
(or add it if it doesn't exist), then restart the app.
To make the app store its settings and theme files in a different folder from the default, you can create a file WinDynamicDesktop.pth
in the same folder as the EXE. Edit the file and add the config path you want to use on the first line.
Prior to version 4, the app was accumulating features that were not related to dynamic wallpaper: "Change Windows 10 app/system theme", "Change screen brightness", and "Change lockscreen image". These features were removed from the core app in version 4, and they are now available through PowerShell scripts here.