forked from Shinonome/dots-hyprland
bar: battery indicator: use android battery icon
This commit is contained in:
@@ -54,7 +54,7 @@ MouseArea {
|
|||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
fill: 1
|
fill: 1
|
||||||
text: "battery_full"
|
text: "battery_android_full"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.normal
|
||||||
color: (isLow && !isCharging) ? batteryLowOnBackground : Appearance.m3colors.m3onSecondaryContainer
|
color: (isLow && !isCharging) ? batteryLowOnBackground : Appearance.m3colors.m3onSecondaryContainer
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user