summaryrefslogtreecommitdiff
path: root/radar.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-11-30 18:28:08 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-11-30 18:28:08 -0500
commitcfb2e53ee1bbe747a10ceb3e0eca25daa454382b (patch)
tree85c32fbe2dfe6bb0e94265a3beb821addfce1b98 /radar.sh
parentb387934988d98ca7842bf44bd94d5067e3f9f843 (diff)
downloadscripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.tar.xz
scripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.zip
added i3blocks-weather, added radar
Diffstat (limited to 'radar.sh')
-rwxr-xr-xradar.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/radar.sh b/radar.sh
new file mode 100755
index 0000000..1b93f71
--- /dev/null
+++ b/radar.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+curl -o /tmp/radar.gif "https://radar.weather.gov/lite/N0R/AKQ_loop.gif" && sxiv -a -s f -b /tmp/radar.gif
+