//@ pragma UseQApplication import Quickshell ShellRoot { settings.watchFiles: false Variants { model: Quickshell.screens delegate: Scope { id: screenScope required property var modelData Bar { id: bar screen: screenScope.modelData } } } }