Skip to content

Instantly share code, notes, and snippets.

@FiXato
Created September 17, 2019 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FiXato/eb3f153325217e3769f7030cd6e4eb9a to your computer and use it in GitHub Desktop.
Save FiXato/eb3f153325217e3769f7030cd6e4eb9a to your computer and use it in GitHub Desktop.
Set your Android device's wallpaper through Termux, based on today's Geograph Britain & Ireland image
curl --silent "https://m.geograph.org.uk" | termux-wallpaper -u "https://geograph.org.uk$(curl --silent "https://www.geograph.org.uk/more.php?id=$(grep -oP 'daily.php.+/photo/\K([0-9]{1,})')" | grep original | grep -oP '(/reuse.php[^"]{1,})')"
@Alexa-at
Copy link

Fggh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment