diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index cf4d4f93c..eda732275 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -40,7 +40,7 @@ Scope { id: listview anchors.top: parent.top anchors.bottom: parent.bottom - anchors.horizontalCenter: parent.horizontalCente + anchors.horizontalCenter: parent.horizontalCenter implicitWidth: parent.width - Appearance.sizes.elevationMargin * 2 add: Transition {