Skip to content

Instantly share code, notes, and snippets.

@FaustinM
Created November 3, 2019 09:59
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 FaustinM/41d9e4b8bddd4291669a1fea94a0b097 to your computer and use it in GitHub Desktop.
Save FaustinM/41d9e4b8bddd4291669a1fea94a0b097 to your computer and use it in GitHub Desktop.
Un script qui permet de changer son wallpaper avec unsplash. Il utilise xfce.
if test -f "/tmp/1920x1080"; then
rm /tmp/1920x1080
fi
wget -P /tmp/ https://source.unsplash.com/collection/1053828/1920x1080
xfconf-query --channel xfce4-desktop --property /backdrop/screen0/monitorVGA-0/workspace0/last-image --set /tmp/1920x1080
# ^^^
# Il changer cette ligne pour l'utiliser sur d'autre environnement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment