diff options
| author | HelionSmoker <82761116+HelionSmoker@users.noreply.github.com> | 2023-02-12 13:33:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-12 13:33:34 +0200 |
| commit | d8f386d5123de66db7449bf1152ed86d84caaf3b (patch) | |
| tree | 6383e0168c904cb07a5ae060cc7eeccb0a041e1d /.local/bin | |
| parent | fe198c960fb85850acbe819e12ca465cd6091bc3 (diff) | |
| download | eibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.tar.gz eibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.tar.zst eibhear-d8f386d5123de66db7449bf1152ed86d84caaf3b.zip | |
Switch to kebab-case for file name
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/statusbar/sb-forecast | 2 |
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; } |
