wip qs
This commit is contained in:
parent
c7e8c1a9f5
commit
269a336f50
6 changed files with 194 additions and 0 deletions
17
homeConfigurations/muede/.config/quickshell/shell.qml
Normal file
17
homeConfigurations/muede/.config/quickshell/shell.qml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
import Quickshell
|
||||
|
||||
Scope {
|
||||
id: root
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
Bar {
|
||||
required property var modelData
|
||||
screen: modelData
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue