Skip to content

Instantly share code, notes, and snippets.

@r1b
Last active March 14, 2016 04:48
Show Gist options
  • Save r1b/6a28935687c824727688 to your computer and use it in GitHub Desktop.
Save r1b/6a28935687c824727688 to your computer and use it in GitHub Desktop.
art
#!/bin/bash
curl -sL http://www.wikiart.org/en/random | pup 'img[itemprop="image"] attr{src}' | sed 's/\!.*//' | xargs -- curl -so $HOME/art.jpg
gsettings set org.gnome.desktop.background picture-uri file://$HOME/art.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment