From a90afb3154273c4439ae4b8abee2d600d6f95fdd Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 8 Aug 2026 17:11:02 +0100 Subject: [PATCH] hide battery icon when no laptop battery present --- Bar/Battery.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Bar/Battery.qml b/Bar/Battery.qml index 4ef5d99..3e50ea4 100644 --- a/Bar/Battery.qml +++ b/Bar/Battery.qml @@ -20,6 +20,7 @@ Container { boxRadius: radius defaultItem: icon exclusiveMonitor: root.monitor + forceHidden: !BatteryManager.batteryLaptop states: [ State {