mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
notif popup: fix undefined errors
This commit is contained in:
@@ -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<NotificationWidget> notificationWidgetList: []
|
||||
|
||||
WlrLayershell.namespace: "quickshell:notificationPopup"
|
||||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
exclusiveZone: 0
|
||||
|
||||
Reference in New Issue
Block a user