summaryrefslogtreecommitdiff
path: root/radar.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-28 08:15:17 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-28 08:15:17 -0500
commit186125d7512bd4dd095cd7b60bc648eb603c2290 (patch)
tree6392b7d9cfd4aedea093b98152d83b8d7a01afec /radar.sh
parentfef48aa78c305db6b5be81bff5facacba0a76f5f (diff)
downloadscripts-186125d7512bd4dd095cd7b60bc648eb603c2290.tar.xz
scripts-186125d7512bd4dd095cd7b60bc648eb603c2290.zip
moved all i3-related scripts into i3 or i3blocks config
Diffstat (limited to 'radar.sh')
-rwxr-xr-xradar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radar.sh b/radar.sh
index 1b93f71..38fbfb2 100755
--- a/radar.sh
+++ b/radar.sh
@@ -1,4 +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
+fetch -o /tmp/radar.gif "https://radar.weather.gov/lite/N0R/AKQ_loop.gif" && sxiv -a -s f -b /tmp/radar.gif