diff --git a/statusweather.cpp b/statusweather.cpp
index 6e48fb2..95c9d01 100644
--- a/statusweather.cpp
+++ b/statusweather.cpp
@@ -179,7 +179,8 @@ void print_weather()
return "#66ff66";
}()};
- std::cout << format(R"({0:s} {2:.1Lf}°C{3:s})",
+ std::cout << format(R"({0:s} )"
+ R"({2:.1Lf}°C{3:s})",
weather.icon, color, weather.temperature,
weather.old ? R"( ⏳)" : "")
<< std::endl;