Skip to content

Instantly share code, notes, and snippets.

@maxchene
Created September 6, 2021 14:47
Show Gist options
  • Save maxchene/2d8bd04831be855a0851adb027a07f63 to your computer and use it in GitHub Desktop.
Save maxchene/2d8bd04831be855a0851adb027a07f63 to your computer and use it in GitHub Desktop.
KISS gnome wallpaper from unsplash API
#!/bin/bash
wget https://source.unsplash.com/5120x1440/?wallpaper -O ~/Images/wallpaper.jpg
gsettings set org.gnome.desktop.background picture-uri file:///home/$USER/Images/wallpaper.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment