From 22b1ad087cdf0056f686b2be6491adea54090914 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:26:58 +0700 Subject: [PATCH] vertical bar: disable resource circprog anim --- .config/quickshell/ii/modules/verticalBar/Resource.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/ii/modules/verticalBar/Resource.qml b/.config/quickshell/ii/modules/verticalBar/Resource.qml index 4334f8cbb..72b0acabb 100644 --- a/.config/quickshell/ii/modules/verticalBar/Resource.qml +++ b/.config/quickshell/ii/modules/verticalBar/Resource.qml @@ -22,6 +22,7 @@ Item { id: resourceProgress anchors.centerIn: parent value: percentage + enableAnimation: false MaterialSymbol { font.weight: Font.Medium