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