Created
July 4, 2017 10:51
-
-
Save helb/9eb3b103f1df7387ad04c7e64ab3bf57 to your computer and use it in GitHub Desktop.
artpip.com daily wallpaper
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/sh | |
set -e; | |
curl http://artpip.com/api/featured | | |
jq ".artworks[0].url" | | |
xargs -n1 curl > /tmp/wall.jpg && | |
feh --bg-fill /tmp/wall.jpg; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment