eww: Hide temp thingy if no temp

This commit is contained in:
2024-05-09 14:52:32 +02:00
parent 8d88dc5cd8
commit acfeed782e

View File

@ -92,6 +92,7 @@
(box :orientation "v"
:valign "end"
:class "battery thingy"
:visible {current_temp != ""}
(label :text "TMP")
(label :text "${current_temp / 1000}C")
))