Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
lucy 2025-12-31 00:46:34 +01:00
commit f1948f9889

View File

@ -27,6 +27,13 @@ ShellRoot {
screen: modelData screen: modelData
} }
} }
WallSwitcher {} Variants {
NotiPopup {} id: notiVariants
model: Quickshell.screens
delegate: NotiPopup {
screen: modelData
}
}
WallSwitcher {}
} }