Show HN: Artpip – 4k fine art for your desktop
51–60 of 77 posts
Re: Show HN: Artpip – 4k fine art for your desktop
#52Re: Show HN: Artpip – 4k fine art for your desktop
#53Is this artwork only available at a maximum resolution of 4k, or is that a guaranteed minimum?
Re: Show HN: Artpip – 4k fine art for your desktop
#54Re: Show HN: Artpip – 4k fine art for your desktop
#55An 'an art' app! :)
Re: Show HN: Artpip – 4k fine art for your desktop
#56I had a lot of hope I could install it with pip ... and then found it was only for Windows and Mac -__- It would be really awesome if it worked like this: sudo pip install artpip artpip install starry-night
curl http://artpip.com/api/featured |
jq ".artworks[0].url" |
xargs -n1 curl > /tmp/wall.jpg &&
feh --bg-fill /tmp/wall.jpg
via crontab every morning or so. But the dev(s) might not be happy about it (although the image itself is downloaded from Wikimedia, not artpip.com).Re: Show HN: Artpip – 4k fine art for your desktop
#57I had a lot of hope I could install it with pip ... and then found it was only for Windows and Mac -__- It would be really awesome if it worked like this: sudo pip install artpip artpip install starry-night
Well, you can run something like curl http://artpip.com/api/featured | jq ".artworks[0].url" | xargs -n1 curl > /tmp/wall.jpg && feh --bg-fill /tmp/wall.jpg via crontab every morning or so. But the dev(s) might not be happy about it (although the image itself is downloaded from Wikimedia, not artpip.com).
Re: Show HN: Artpip – 4k fine art for your desktop
#58Re: Show HN: Artpip – 4k fine art for your desktop
#59Cool work but it seems to break my multiple desktop system... is this currently compatible with multiple desktops?
Re: Show HN: Artpip – 4k fine art for your desktop
#60Nice! Similar to a side project of mine that I have sadly had little time to improve: http://artfulmac.com The bandwidth costs have become noticeable for me, so that's something to watch out for.