Skip to content

Instantly share code, notes, and snippets.

@rajasegar
Created September 12, 2020 15:37
Show Gist options
  • Save rajasegar/66e47561594128c35cd6867b982e96e1 to your computer and use it in GitHub Desktop.
Save rajasegar/66e47561594128c35cd6867b982e96e1 to your computer and use it in GitHub Desktop.
Unsplash wallpaper changer for xfce4-desktop
# set wallpaper from Unsplash on startup
#!/bin/bash
wget -O /tmp/wallpaper.jpg https://source.unsplash.com/random/1920x1080
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /tmp/wallpaper.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment