Prevent notification text wrapping

This commit is contained in:
David Heinemeier Hansson
2026-05-07 16:15:04 +02:00
parent 95d8125e59
commit b794321cd0
+1 -1
View File
@@ -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"