Skip to content

Instantly share code, notes, and snippets.

@DanielBoerlage
Created July 1, 2015 11:33
Show Gist options
  • Save DanielBoerlage/354c2fde1f81344f87d1 to your computer and use it in GitHub Desktop.
Save DanielBoerlage/354c2fde1f81344f87d1 to your computer and use it in GitHub Desktop.
#!/bin/bash
# todo: some stuff
curl -s -o ~/Pictures/wallpaper \
$(curl -s 'http://www.reddit.com/r/EarthPorn' \
| tr '"' '\n' \
| egrep '^http://i\.imgur\.com/' \
| head -1)
feh --bg-scale ~/Pictures/wallpaper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment