Files
Quickbar/shell.qml
2025-09-22 23:49:22 -03:00

19 lines
487 B
QML

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