Last active
March 14, 2016 04:48
-
-
Save r1b/6a28935687c824727688 to your computer and use it in GitHub Desktop.
art
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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