flyout tooltips
This commit is contained in:
parent
e3ba80fd0d
commit
99f71f858d
8 changed files with 113 additions and 39 deletions
12
shell.qml
12
shell.qml
|
|
@ -7,9 +7,17 @@ ShellRoot {
|
|||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Bar {
|
||||
Scope {
|
||||
id: scope
|
||||
required property var modelData
|
||||
screen: modelData
|
||||
|
||||
Bar {
|
||||
screen: scope.modelData
|
||||
}
|
||||
|
||||
Flyout {
|
||||
screen: scope.modelData
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue