forked from Shinonome/dots-hyprland
vertical bar: not hide battery icon when full
This commit is contained in:
@@ -46,7 +46,6 @@ MouseArea {
|
|||||||
fill: 1
|
fill: 1
|
||||||
text: isCharging ? "bolt" : "battery_android_full"
|
text: isCharging ? "bolt" : "battery_android_full"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.normal
|
||||||
visible: percentage < 1
|
|
||||||
}
|
}
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user