From 9df3a6481517d58364aff6599004a8ad90996512 Mon Sep 17 00:00:00 2001 From: zach Date: Sun, 30 Aug 2026 22:20:39 +0200 Subject: [PATCH 1/3] fix: lowercase battery device state --- Modules/Bar/Components/StatusIcons/UPowerWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Components/StatusIcons/UPowerWidget.qml b/Modules/Bar/Components/StatusIcons/UPowerWidget.qml index 0b1ab6d..8cdc2a7 100644 --- a/Modules/Bar/Components/StatusIcons/UPowerWidget.qml +++ b/Modules/Bar/Components/StatusIcons/UPowerWidget.qml @@ -40,7 +40,7 @@ Item { anchors.centerIn: parent sourceComponent: BatteryIcon { - devState: Battery.deviceStateString + devState: Battery.deviceStateString.toLowerCase() percentage: Battery.currentPerc } } From 42f02f4dd2486176e82ccc26f73ad886c195f0e8 Mon Sep 17 00:00:00 2001 From: zach Date: Sun, 30 Aug 2026 23:33:50 +0200 Subject: [PATCH 2/3] test aur From e5e52802de443cfe5a4755ca0831192b448a639b Mon Sep 17 00:00:00 2001 From: zach Date: Sun, 30 Aug 2026 23:49:53 +0200 Subject: [PATCH 3/3] test aur