Skip to content

Bash script for automatic wallpaper change using POD (National Geographic or NASA)

Notifications You must be signed in to change notification settings

vlkv/pod_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

pod_desktop

Bash script for automatic desktop wallpaper change using Picture Of the Day (POD) National Geographic or NASA.

HOWTO use it

  • Download pod_desktop.sh and store it somewhere, e.g. ~/bin
  • Setup cron to call ~/bin/pod_desktop.sh regularly,

$ crontab -e

30 * * * * /home/vvolkov/bin/pod_desktop.sh
  • Call ~/bin/pod_desktop.sh for the first time manually (this should download the first image and create a symlink to it)
  • Set your desktop background to symlink ~/Pictures/pod/wallpaper
  • enjoy ;)

P.S. By default script downloads National Geographic POD, if you want to use NASA POD, comment/uncomment block of code in the script.

About

Bash script for automatic wallpaper change using POD (National Geographic or NASA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages