19 lines
462 B
QML
19 lines
462 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
|
|
ShellRoot {
|
|
Bar {
|
|
panelMonitor: "DP-1"
|
|
barComponentsLeft: []
|
|
barComponentsCenter: ["Workspaces.qml"]
|
|
barComponentsRight: ["AudioWidget.qml", "SysTrayWidget.qml", "ClockWidget.qml"]
|
|
}
|
|
|
|
Bar {
|
|
panelMonitor: "DP-2"
|
|
barComponentsLeft: []
|
|
barComponentsCenter: ["Workspaces.qml"]
|
|
barComponentsRight: ["AudioWidget.qml", "ClockWidget.qml"]
|
|
}
|
|
|
|
} |