From 0c6bd1929fd32ba9ef9eed6a4da484998e613e04 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 May 2026 19:44:19 +0200 Subject: [PATCH] Force metric return units --- bin/omarchy-weather-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-weather-status b/bin/omarchy-weather-status index 4175e345..e3e5b6bb 100755 --- a/bin/omarchy-weather-status +++ b/bin/omarchy-weather-status @@ -2,7 +2,7 @@ # omarchy:summary=Returns a formatted weather status string with temperature and wind speed. -weather=$(curl -fsS --max-time 4 "https://wttr.in?format=%l|%t|%w" 2>/dev/null | tr -d '\n') +weather=$(curl -fsS --max-time 4 "https://wttr.in?m&format=%l|%t|%w" 2>/dev/null | tr -d '\n') if [[ -z $weather ]]; then echo "Weather unavailable"