This commit is contained in:
2025-11-16 01:36:37 -05:00
parent bbb342af4d
commit 4645d358aa

View File

@@ -18,7 +18,7 @@
(brightness-ctl)
(brightness-ctl-opener)
(volume)
(battery)
(battery :visible {EWW_BATTERY["BAT1"] != "" && EWW_BATTERY.BAT1.capacity != ""})
(bluetooth)
(wifi))))
@@ -97,7 +97,6 @@
(defwidget battery []
(box :space-evenly false
:visible {EWW_BATTERY["BAT1"] != ""}
:tooltip powerstats
(label
:text {EWW_BATTERY.BAT1.status == "Charging" ? "󰂄" :