From 0a4dd832a3715d52ea4d405699ce4efe49f24654 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 18 Aug 2025 19:46:38 +0700 Subject: [PATCH] vertical bar: not hide battery icon when full --- .config/quickshell/ii/modules/verticalBar/BatteryIndicator.qml | 1 - 1 file changed, 1 deletion(-) 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