bar: battery indicator: use android battery icon

This commit is contained in:
end-4
2025-08-12 18:24:53 +07:00
parent 24d24c1f85
commit 4e87ce8f4b
@@ -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
}