diff --git a/.config/quickshell/ii/modules/verticalBar/BatteryIndicator.qml b/.config/quickshell/ii/modules/verticalBar/BatteryIndicator.qml index 7b358316c..d67037d9c 100644 --- a/.config/quickshell/ii/modules/verticalBar/BatteryIndicator.qml +++ b/.config/quickshell/ii/modules/verticalBar/BatteryIndicator.qml @@ -46,7 +46,6 @@ MouseArea { fill: 1 text: isCharging ? "bolt" : "battery_android_full" iconSize: Appearance.font.pixelSize.normal - visible: percentage < 1 } StyledText { Layout.alignment: Qt.AlignHCenter