Initial Commit

This commit is contained in:
Amaro Lopes
2025-09-21 00:47:06 -03:00
commit 2445e21f0b
11 changed files with 795 additions and 0 deletions

18
shell.qml Normal file
View 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"]
}
}