From a6ca4df29f65ae8621affa944df83e615b15bbd5 Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 22 Apr 2026 22:14:00 +0200 Subject: [PATCH] weather applet: use RichText for wttrbar HTML tooltip --- shell/applets/WeatherApplet.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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