diff --git a/bin/omarchy-weather-status b/bin/omarchy-weather-status index 126d6582..4175e345 100755 --- a/bin/omarchy-weather-status +++ b/bin/omarchy-weather-status @@ -23,4 +23,4 @@ format_temperature() { temperature=$(format_temperature "$temperature") wind=${wind//km\// km/} -echo "$(omarchy-weather-icon) $place · Temperature $temperature · Wind $wind" +echo "$(omarchy-weather-icon) $place · Temp $temperature · Wind $wind"