forked from Shinonome/dots-hyprland
notif popup: fix undefined errors
This commit is contained in:
@@ -16,12 +16,9 @@ Scope {
|
|||||||
loading: true
|
loading: true
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: root
|
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)
|
screen: Quickshell.screens.find(s => s.name === Hyprland.focusedMonitor?.name)
|
||||||
|
|
||||||
property Component notifComponent: NotificationWidget {}
|
|
||||||
property list<NotificationWidget> notificationWidgetList: []
|
|
||||||
|
|
||||||
WlrLayershell.namespace: "quickshell:notificationPopup"
|
WlrLayershell.namespace: "quickshell:notificationPopup"
|
||||||
WlrLayershell.layer: WlrLayer.Overlay
|
WlrLayershell.layer: WlrLayer.Overlay
|
||||||
exclusiveZone: 0
|
exclusiveZone: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user