diff --git a/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml b/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml index 7f527c97d..9d8d323fe 100644 --- a/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml +++ b/dots/.config/quickshell/ii/modules/waffle/bar/AppButton.qml @@ -26,6 +26,7 @@ BarButton { } background: Item { + id: background BackgroundAcrylicRectangle { id: mainBgRect anchors.fill: parent @@ -53,7 +54,7 @@ BarButton { contentItem: Item { id: contentItem - anchors.centerIn: parent + anchors.centerIn: background implicitHeight: iconWidget.implicitHeight implicitWidth: iconWidget.implicitWidth