Skip to content

iamthejahid/linux-live-wallpaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux-live-wallpaper

Live wallpaper changer for linux. Inspired from thedevsaddam

Installation

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.

Credits:

License

The linux-live-wallpaper is a open-source application licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%