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