add quickshell bar
This commit is contained in:
13
roles/quickshell/files/shell.qml
Normal file
13
roles/quickshell/files/shell.qml
Normal file
@ -0,0 +1,13 @@
|
||||
//@ pragma UseQApplication
|
||||
import Quickshell
|
||||
import "bar"
|
||||
|
||||
ShellRoot {
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
Bar {
|
||||
// modelData injected by Variants; Bar.qml binds screen: modelData internally
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user