diff --git a/.config/quickshell/modules/mediaControls/PlayerControl.qml b/.config/quickshell/modules/mediaControls/PlayerControl.qml index 3ee445bb8..c65cd37f8 100644 --- a/.config/quickshell/modules/mediaControls/PlayerControl.qml +++ b/.config/quickshell/modules/mediaControls/PlayerControl.qml @@ -126,8 +126,8 @@ Item { // Player instance layer.enabled: true layer.effect: OpacityMask { maskSource: Rectangle { - width: blurredArt.width - height: blurredArt.height + width: background.width + height: background.height radius: root.popupRounding } }