Skip to content

Instantly share code, notes, and snippets.

@lucasmarques73
Created October 9, 2019 19:45
Show Gist options
  • Save lucasmarques73/8020aec03692f2c5787bc9dbc78a47be to your computer and use it in GitHub Desktop.
Save lucasmarques73/8020aec03692f2c5787bc9dbc78a47be to your computer and use it in GitHub Desktop.
#!/bin/bash
USER="willianjusten"
rm /home/lucas/.unsplash/wallpaper.jpg
wget -O /home/lucas/.unsplash/wallpaper.jpg https://source.unsplash.com/user/$USER/1920x1080
gsettings set org.gnome.desktop.background picture-uri file:///home/lucas/.unsplash/wallpaper.jpg
# sudo chmod +x .unsplash.sh
# ./.unsplash.sh
# crontab -e
# https://crontab.guru/#*_*/20_*_*_*
# * */20 * * * /home/lucas/.unsplash.unsplash.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment