diff --git a/shell/applets/WeatherApplet.qml b/shell/applets/WeatherApplet.qml index 0421bf5..9cd5ad2 100644 --- a/shell/applets/WeatherApplet.qml +++ b/shell/applets/WeatherApplet.qml @@ -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