summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/sb-forecast
diff options
context:
space:
mode:
authorHelionSmoker <82761116+HelionSmoker@users.noreply.github.com>2023-02-12 13:33:34 +0200
committerGitHub <noreply@github.com>2023-02-12 13:33:34 +0200
commitd8f386d5123de66db7449bf1152ed86d84caaf3b (patch)
tree6383e0168c904cb07a5ae060cc7eeccb0a041e1d /.local/bin/statusbar/sb-forecast
parentfe198c960fb85850acbe819e12ca465cd6091bc3 (diff)
downloadeibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.tar.gz
eibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.tar.zst
eibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.zip
Switch to kebab-case for file name
Diffstat (limited to '.local/bin/statusbar/sb-forecast')
-rwxr-xr-x.local/bin/statusbar/sb-forecast2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast
index 59f0497..8aab144 100755
--- a/.local/bin/statusbar/sb-forecast
+++ b/.local/bin/statusbar/sb-forecast
@@ -3,7 +3,7 @@
# Displays today's precipication chance (☔), and daily low (🥶) and high (🌞).
# Usually intended for the statusbar.
-weather_report="${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport"
+weather_report="${XDG_CACHE_HOME:-$HOME/.cache}/weather-report"
# Get a weather report from 'wttr.in' and save it locally.
get_forecast() { curl -sf "wttr.in/$LOCATION" > "$weather_report" || exit 1; }