From 466ce70f96f8bdde32260f6951c5cbb62cfc02a7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 31 Aug 2025 21:57:00 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/shell.qml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/shell.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/shell.qml b/accounts/gkleen@sif/shell/quickshell/shell.qml index 2abd1fef..4934cd4d 100644 --- a/accounts/gkleen@sif/shell/quickshell/shell.qml +++ b/accounts/gkleen@sif/shell/quickshell/shell.qml @@ -8,8 +8,16 @@ ShellRoot { Variants { model: Quickshell.screens - delegate: Bar { - modelData: item + delegate: Scope { + id: screenScope + + required property var modelData + + Bar { + id: bar + + screen: screenScope.modelData + } } } } -- cgit v1.2.3