From b794321cd034e0258d8ff532a4209edd1dceb259 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 May 2026 16:15:03 +0200 Subject: [PATCH] Prevent notification text wrapping --- 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 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"