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