From b22527c2f4aeae987c097ae0503f1fa25f5c35f4 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 6 May 2025 14:15:02 -0700 Subject: [PATCH] New backup 2025-05-06 14:15:02 --- de/home/.config/eww/modules/home/weather.yuck | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/de/home/.config/eww/modules/home/weather.yuck b/de/home/.config/eww/modules/home/weather.yuck index c2a06b7..1deaf6d 100644 --- a/de/home/.config/eww/modules/home/weather.yuck +++ b/de/home/.config/eww/modules/home/weather.yuck @@ -11,4 +11,6 @@ "${json.condition} ${json.icon}" "${json.current_temp}°F  / ${json.humidity}% " " ${json.max_temp}°F  ${json.min_temp}°F" - " ${json.updated}")) + (label + :text " ${json.updated}" + )))