rewrite bar with quickshell

This commit is contained in:
2025-10-11 16:28:11 +02:00
parent e1a02f7994
commit abadf04aa2
49 changed files with 10246 additions and 7 deletions

23
quickshell/shell.qml Normal file
View File

@@ -0,0 +1,23 @@
import QtQuick
import Quickshell
import Quickshell.Widgets
import qs.Constants
import qs.Modules.Bar
import qs.Modules.Misc
Scope {
id: root
Bar {
id: bar
shell: root
}
Corners {
id: corners
shell: root
}
}