Skip to content

Instantly share code, notes, and snippets.

@mufasa71
Created April 1, 2017 09:25
Show Gist options
  • Save mufasa71/4d2a96a0ba5da1601d0e67f81ba6950b to your computer and use it in GitHub Desktop.
Save mufasa71/4d2a96a0ba5da1601d0e67f81ba6950b to your computer and use it in GitHub Desktop.
show weather with random wallpaper using feh and wttr.in
#!/bin/sh
$(convert ~/Pictures/Wallpapers/$(ls ~/Pictures/Wallpapers|shuf -n 1) <(curl wttr.in/Tashkent_tgp0.png) -geometry +50+50 -composite /tmp/wallpaper.jpg && feh --bg-fill /tmp/wallpaper.jpg)&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment