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}" + )))