diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index 54e609b..5a1fec4 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -371,7 +371,7 @@ :height 300 :style "background-image: url('${rat_image}');")) -(defpoll weather_status :interval "1h" +(defpoll weather_status :interval "3600s" 'curl wttr.in/Eugene?format=j1') (defwidget weather [json] (box @@ -382,8 +382,8 @@ :space-evenly true ; :spacing 20 "Eugene, OR | ${json.current_condition[0].weatherDesc[0].value}" - "${json.weather[0].mintempF}°F / ${json.weather[0].maxtempF}°F" "${json.current_condition[0].temp_F}°F (feels like ${json.current_condition[0].FeelsLikeF}°F)" + "${json.weather[0].mintempF}°F / ${json.weather[0].maxtempF}°F" "${json.current_condition[0].humidity}% humidity")) (defwindow widgets diff --git a/de/home/.config/eww/rat.jpg b/de/home/.config/eww/rat.jpg deleted file mode 100644 index f168c28..0000000 Binary files a/de/home/.config/eww/rat.jpg and /dev/null differ