launcher overhaul

This commit is contained in:
Zacharias-Brohn
2026-02-17 16:32:43 +01:00
parent e818ac5515
commit dbb930f39a
31 changed files with 1603 additions and 1145 deletions
+8
View File
@@ -7,6 +7,7 @@ import qs.Modules.Notifications.Sidebar as Sidebar
import qs.Modules.Notifications.Sidebar.Utils as Utils
import qs.Modules.Dashboard as Dashboard
import qs.Modules.Osd as Osd
import qs.Modules.Launcher as Launcher
Shape {
id: root
@@ -45,6 +46,13 @@ Shape {
startY: 0
}
Launcher.Background {
wrapper: root.panels.launcher
startX: ( root.width - wrapper.width ) / 2 - rounding
startY: root.height
}
Dashboard.Background {
wrapper: root.panels.dashboard