fix(eww): change weather formatting
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
89205bce6b
commit
acd52b0f5a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue