From b37f1d724685802b28696df86e1b2a9055e99245 Mon Sep 17 00:00:00 2001 From: Honney Date: Mon, 1 Jun 2026 22:19:47 +0200 Subject: [PATCH] added full marking --- modules/bar/widgets/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/widgets/Battery.qml b/modules/bar/widgets/Battery.qml index e1113fb..63f31ef 100644 --- a/modules/bar/widgets/Battery.qml +++ b/modules/bar/widgets/Battery.qml @@ -41,7 +41,7 @@ MouseArea { font.pixelSize: 26 font.family: "Nerd Font" color: ( - BatteryState.charging ? "green" : + BatteryState.charging ? BatteryState.percentage == 100 ? "white" : "green" : BatteryState.percentage < 5 ? "red" : BatteryState.percentage < 10 ? "yellow" : batteryButton.containsMouse ? Colors.tertiary_fg :