Last active
October 8, 2019 11:07
-
-
Save glogiotatidis/3cdf7333e40d513b35c21f38a5dae09f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@daily /home/seadog/bin/unsplash.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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