fixes waybar, adds quickshell

This commit is contained in:
2026-05-04 15:32:47 +02:00
parent 5e55b51220
commit bd17b76c30
34 changed files with 995 additions and 1217 deletions
+14
View File
@@ -0,0 +1,14 @@
// shell.qml - entry point
// QuickShell scans this directory and auto-imports neighbours (Bar, Theme, Exec, ...).
// Do NOT create a qmldir file - QuickShell synthesises one automatically.
import Quickshell
ShellRoot {
Variants {
model: Quickshell.screens
Bar {
required property var modelData
screen: modelData
}
}
}