diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index bef591a93..85da673f0 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -78,8 +78,8 @@ Item { notificationBackground.anchors.left = undefined notificationBackground.anchors.right = undefined notificationBackground.anchors.fill = undefined - notificationRowWrapper.x = width - notificationBackground.x = width + notificationRowWrapper.x = width + 5 * 2 // Account for shadow + notificationBackground.x = width + 5 * 2 // Account for shadow destroyTimer1.start() } }