From 4e87ce8f4b4773d521b4ff2c179782907acc5b64 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:24:53 +0700 Subject: [PATCH] bar: battery indicator: use android battery icon --- .config/quickshell/ii/modules/bar/BatteryIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/BatteryIndicator.qml b/.config/quickshell/ii/modules/bar/BatteryIndicator.qml index e437f1d42..1e2153ebb 100644 --- a/.config/quickshell/ii/modules/bar/BatteryIndicator.qml +++ b/.config/quickshell/ii/modules/bar/BatteryIndicator.qml @@ -54,7 +54,7 @@ MouseArea { MaterialSymbol { anchors.centerIn: parent fill: 1 - text: "battery_full" + text: "battery_android_full" iconSize: Appearance.font.pixelSize.normal color: (isLow && !isCharging) ? batteryLowOnBackground : Appearance.m3colors.m3onSecondaryContainer }