1
0
Fork 0

fix(eww): change weather formatting

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-31 13:30:11 -05:00
parent 89205bce6b
commit acd52b0f5a
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -29,7 +29,7 @@
"scripts/songcardartist") "scripts/songcardartist")
(defpoll songcard_button :interval "1s" "scripts/songcardplayrender") (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 wifi_label :interval "1s" "scripts/wifi")
(defpoll bluetooth_label :interval "1s" "scripts/bluetooth") (defpoll bluetooth_label :interval "1s" "scripts/bluetooth")
(defpoll volume_level :interval "1s" "scripts/volume") (defpoll volume_level :interval "1s" "scripts/volume")