7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
(defwidget battery [ ?device ]
|
|
(box :class "battery"
|
|
:visible { EWW_BATTERY != "" ? true : false }
|
|
(label :text " ${ EWW_BATTERY != '' ? EWW_BATTERY?.status : '' }%")
|
|
)
|
|
)
|