Skip to content

Bash Script to change the background in Gnome. It can be used using a cronjob to change the walpaper periodically

Notifications You must be signed in to change notification settings

cprpolo/Change_Wallpaper_in_Gnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Change_Wallpaper_in_Gnome

Bash Script to change the background in Gnome. It can be used using a cronjob to change the walpaper periodically.


To Execute every minute using cronjob:

Execute:

crontab -e

type in:

            • /path/to/bash /path/to/script.sh

To exit the file and finish editing:

Ctrl+ x

in my case the script is called changeWallpaper.sh and it is in /home, so the command would be:

            • /bin/bash /home/changeWallpaper.sh

About

Bash Script to change the background in Gnome. It can be used using a cronjob to change the walpaper periodically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages