diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 3 | ||||
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/shell.qml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 9210066c..c998c335 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
| @@ -5,9 +5,6 @@ import QtQuick | |||
| 5 | PanelWindow { | 5 | PanelWindow { |
| 6 | id: bar | 6 | id: bar |
| 7 | 7 | ||
| 8 | required property var modelData | ||
| 9 | screen: modelData | ||
| 10 | |||
| 11 | WlrLayershell.namespace: "bar" | 8 | WlrLayershell.namespace: "bar" |
| 12 | 9 | ||
| 13 | anchors { | 10 | anchors { |
diff --git a/accounts/gkleen@sif/shell/quickshell/shell.qml b/accounts/gkleen@sif/shell/quickshell/shell.qml index fb8b16dc..1a5875f0 100644 --- a/accounts/gkleen@sif/shell/quickshell/shell.qml +++ b/accounts/gkleen@sif/shell/quickshell/shell.qml | |||
| @@ -36,7 +36,7 @@ ShellRoot { | |||
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | Bar { | 38 | Bar { |
| 39 | modelData: screenScope.modelData | 39 | screen: screenScope.modelData |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
