There are 16 different phases for the Wallpaper
This will change the wallpaper every 1,5 hours
Tested on 10.13.4 should work on every macOS Version which uses launchd
- copy Folder Mojave to /Users/Shared
/Users/Shared/Mojave
- copy com.d3fault.mojavedynamicwallpaper.plist to ~/Library/LaunchAgents
~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
- register service with
launchctl load -w ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
- Unload service
launchctl unload -w ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
- Delete Files
rm ~/Library/LaunchAgents/com.d3fault.mojavedynamicwallpaper.plist
rm -r "/Users/Shared/Mojave"