diff --git a/shell.qml b/shell.qml index 629223e..5932310 100644 --- a/shell.qml +++ b/shell.qml @@ -27,6 +27,13 @@ ShellRoot { screen: modelData } } + Variants { + id: notiVariants + model: Quickshell.screens + delegate: NotiPopup { + screen: modelData + } + } + WallSwitcher {} - NotiPopup {} }