diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index d9941f36f..cf4d4f93c 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -16,12 +16,9 @@ Scope { loading: true PanelWindow { id: root - visible: (columnLayout.children.length > 0 || notificationWidgetList.length > 0) + visible: (Notifications.popupList.length > 0) screen: Quickshell.screens.find(s => s.name === Hyprland.focusedMonitor?.name) - property Component notifComponent: NotificationWidget {} - property list notificationWidgetList: [] - WlrLayershell.namespace: "quickshell:notificationPopup" WlrLayershell.layer: WlrLayer.Overlay exclusiveZone: 0