summaryrefslogtreecommitdiff
path: root/scripts/get_weather
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
committerstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
commit09fc0fb652cfccdd19502399312c6119ea35d796 (patch)
tree946e77b03af4a396a15f97e79e1b5d53c8183dcc /scripts/get_weather
parente20a439f0de08052fad50669fd005dee14d40cae (diff)
Updated dwm, etc
Diffstat (limited to 'scripts/get_weather')
-rwxr-xr-xscripts/get_weather4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/get_weather b/scripts/get_weather
new file mode 100755
index 0000000..d2c760a
--- /dev/null
+++ b/scripts/get_weather
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+curl wttr.in > ~/.cache/weather_report
+st less -Srf ~/.cache/weather_report