Files
colorshell/eww/widgets/bar/battery.yuck
T
2024-12-07 16:43:37 -03:00

7 lines
166 B
Plaintext

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