diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 9670d42..8e0ac0b 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -168,6 +168,10 @@ tooltip{ .weather { background-color: rgba($color0,0.5); padding: 10px 0px; + .weather-subtitle{ + font-size: 0.8em; + color: rgba($color7,1); + } } .notes { background-color: rgba($color0,0.5); diff --git a/de/home/.config/eww/modules/home/weather.yuck b/de/home/.config/eww/modules/home/weather.yuck index 1deaf6d..5ae449c 100644 --- a/de/home/.config/eww/modules/home/weather.yuck +++ b/de/home/.config/eww/modules/home/weather.yuck @@ -12,5 +12,6 @@ "${json.current_temp}°F  / ${json.humidity}% " " ${json.max_temp}°F  ${json.min_temp}°F" (label + :class "weather-subtitle" :text " ${json.updated}" )))