Created
April 1, 2017 09:25
-
-
Save mufasa71/4d2a96a0ba5da1601d0e67f81ba6950b to your computer and use it in GitHub Desktop.
show weather with random wallpaper using feh and wttr.in
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 | |
$(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