diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index c5f34b5..2dce775 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -29,7 +29,7 @@ "scripts/songcardartist") (defpoll songcard_button :interval "1s" "scripts/songcardplayrender") -(defpoll weather_text :interval "60s" "curl 'wttr.in/Boston?m&format=1'") +(defpoll weather_text :interval "60s" "curl 'wttr.in/Boston?m&format=%c%20%t%20(%f)'") (defpoll wifi_label :interval "1s" "scripts/wifi") (defpoll bluetooth_label :interval "1s" "scripts/bluetooth") (defpoll volume_level :interval "1s" "scripts/volume")