Files
colorshell/eww/widgets/bar/battery.yuck
T

7 lines
201 B
Plaintext

(defwidget battery [ ?device ]
(box :class "battery"
:visible { EWW_BATTERY != "" ? true : false }
(label :text "󰁹 ${ EWW_BATTERY != '' ? EWW_BATTERY?.status : '' }%")
)
)