From acd52b0f5a17806091ce479133e5cd9402d20fd5 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 31 Jan 2024 13:30:11 -0500 Subject: [PATCH] fix(eww): change weather formatting Signed-off-by: Lucas Sta Maria --- .config/eww/eww.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")