Initial Commit
This commit is contained in:
18
shell.qml
Normal file
18
shell.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import Quickshell
|
||||
|
||||
ShellRoot {
|
||||
Bar {
|
||||
panelMonitor: "DP-1"
|
||||
barComponentsLeft: []
|
||||
barComponentsCenter: ["Workspaces.qml"]
|
||||
barComponentsRight: ["AudioWidget.qml", "ClockWidget.qml"]
|
||||
}
|
||||
|
||||
Bar {
|
||||
panelMonitor: "DP-2"
|
||||
barComponentsLeft: []
|
||||
barComponentsCenter: ["Workspaces.qml"]
|
||||
barComponentsRight: ["AudioWidget.qml", "ClockWidget.qml"]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user