From a6a2b5197080a4700a5aa3a541cd1d6b7d6657ee Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:20:06 +0200 Subject: [PATCH] fix progress bar binding loop --- .../quickshell/modules/common/widgets/StyledProgressBar.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/quickshell/modules/common/widgets/StyledProgressBar.qml b/.config/quickshell/modules/common/widgets/StyledProgressBar.qml index 28f517bc8..1ea8a93ae 100644 --- a/.config/quickshell/modules/common/widgets/StyledProgressBar.qml +++ b/.config/quickshell/modules/common/widgets/StyledProgressBar.qml @@ -41,8 +41,7 @@ ProgressBar { } contentItem: Item { - implicitWidth: parent.width - implicitHeight: parent.height + anchors.fill: parent Canvas { id: wavyFill