feat: Adds spinner to weather script when loading weather.

This commit is contained in:
2025-10-08 08:50:41 -04:00
parent 2eb831e565
commit 99110dea2a

View File

@@ -46,7 +46,7 @@ while [[ $# -gt 0 ]]; do
done
get_weather() {
curl "wttr.in/$location"
gum spin --show-output --title="Loading weather for: $location..." curl "wttr.in/$location"
}
##################################################