Skip to content

Instantly share code, notes, and snippets.

@rajasegar
Created September 26, 2020 07:08
Show Gist options
  • Save rajasegar/5358d95f2f788d082f5080f491aa9d81 to your computer and use it in GitHub Desktop.
Save rajasegar/5358d95f2f788d082f5080f491aa9d81 to your computer and use it in GitHub Desktop.
Ubuntu wallpaper script
# Put this script in /usr/local/bin
# Add executable permissions with chmod +x wallpaper.sh
# Put it as a startup script
#!/bin/sh
wget -O /tmp/wallpaper.jpg https://source.unsplash.com/random/1920x1080
gsettings set org.gnome.desktop.background picture-uri file:////tmp/wallpaper.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment