Skip to content

Instantly share code, notes, and snippets.

@glogiotatidis
Last active October 8, 2019 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glogiotatidis/3cdf7333e40d513b35c21f38a5dae09f to your computer and use it in GitHub Desktop.
Save glogiotatidis/3cdf7333e40d513b35c21f38a5dae09f to your computer and use it in GitHub Desktop.
@daily /home/seadog/bin/unsplash.sh
#/bin/bash
mkdir -p ~/.cache/wallpaper
curl -s -L https://source.unsplash.com/collection/1053828/3840x2160 > ~/.cache/wallpaper/unsplash.jpg
gsettings set org.gnome.desktop.background picture-uri file:///home/seadog/.cache/wallpaper/unsplash.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment