eww: Hide temp thingy if no temp
This commit is contained in:
@ -92,6 +92,7 @@
|
||||
(box :orientation "v"
|
||||
:valign "end"
|
||||
:class "battery thingy"
|
||||
:visible {current_temp != ""}
|
||||
(label :text "TMP")
|
||||
(label :text "${current_temp / 1000}C")
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user