A simple script that dynamicaly changes the wallaper according to the time inspired on Mac OS X Mohave.
You'll just need to install two dependencies:
wget
sudo apt install wget
Nitrogen
sudo apt install nitrogen
If you want to use the script as a command, just run the following commands:
sudo cp ./DynWall.sh /bin/usr/DynWall
sudo chmod +x /bin/usr/DynWall
Now you can try any hour by running:
DynWall debug <h> <m>
To run the script use this command:
DynWall start <m>
Where m is the interval of minutes between checks.
This project is licensed under the MIT License - see the LICENSE file for details
- To our friend Jaume Planas to share his Mac with us.