MacOS like dynamic wallpaper for Linux Ubuntu
- download and extract the zip(containing 16 images) from this repo
- paste the code given below at the end in your ubuntu crontab file
- To edit crontab, Open your terminal and enter
$ crontab -e
0 0-23/3 * * * gsettings set org.gnome.desktop.background picture-uri "file://~/Downloads/mojave_dynamic/$(($(date +%H)*2/3)).jpeg"
30 1-23/3 * * * gsettings set org.gnome.desktop.background picture-uri "file://~/Downloads/mojave_dynamic/$((($(date +%H)*2/3)+1)).jpeg"