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