weather applet: use RichText for wttrbar HTML tooltip

This commit is contained in:
Damocles 2026-04-22 22:14:00 +02:00
parent 9285365732
commit a6ca4df29f

View file

@ -22,11 +22,12 @@ Column {
}
}
// Forecast details from wttrbar tooltip
// Forecast details from wttrbar tooltip (may contain HTML from waybar format)
Text {
width: parent.width - 24
anchors.horizontalCenter: parent.horizontalCenter
text: S.WeatherService.tooltip
textFormat: Text.RichText
color: S.Theme.base05
font.pixelSize: S.Theme.fontSize - 2
font.family: S.Theme.fontFamily