statusweather: Make symbols slightly larger.
This commit is contained in:
parent
1a2aa46ba2
commit
71c68bddcf
|
@ -179,7 +179,8 @@ void print_weather()
|
||||||
return "#66ff66";
|
return "#66ff66";
|
||||||
}()};
|
}()};
|
||||||
|
|
||||||
std::cout << format(R"({0:s} <span color="{1:s}">{2:.1Lf}°C</span>{3:s})",
|
std::cout << format(R"(<big>{0:s}</big> )"
|
||||||
|
R"(<span color="{1:s}">{2:.1Lf}°C</span>{3:s})",
|
||||||
weather.icon, color, weather.temperature,
|
weather.icon, color, weather.temperature,
|
||||||
weather.old ? R"( <span color="red">⏳</span>)" : "")
|
weather.old ? R"( <span color="red">⏳</span>)" : "")
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user