mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds spinner to weather script when loading weather.
This commit is contained in:
2
env/.local/scripts/weather
vendored
2
env/.local/scripts/weather
vendored
@@ -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"
|
||||
}
|
||||
|
||||
##################################################
|
||||
|
||||
Reference in New Issue
Block a user