initial commit
This commit is contained in:
18
shell.qml
Normal file
18
shell.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
//@ pragma UseQApplication
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
import "bar"
|
||||
|
||||
// Root scope — creates one Bar per connected screen.
|
||||
Scope {
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
Bar {
|
||||
required property var modelData
|
||||
screen: modelData
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user