Live wallpaper changer for linux. Inspired from thedevsaddam
Open terminal ( ctrl+alt+t ) and go to Home directory
cd ~
Clone the repository
git clone https://github.com/mkromi/linux-live-wallpaper.git
or download the zip file manually and unzip to Home directory
Change permission to 777
sudo chmod -R 777 linux-live-wallpaper
Open crontab in edit mode
crontab -e
Copy the line below and paste
*/5 * * * * /bin/sh /home/YOUR_USER_NAME/linux-live-wallpaper/app.sh
Replace YOUR_USER_NAME by your user name.
Note: To get username type whoami
in interminal
The Cron job will run the script every five minutes and change the wallpaper. You can configure the Cron job to change the refresh time.
The linux-live-wallpaper is a open-source application licensed under the MIT License.