1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-07 06:12:08 -04:00

refactor: app drawer de-dupe

This commit is contained in:
bbedward
2025-07-23 15:36:29 -04:00
parent c01da89311
commit 94b10159a9
13 changed files with 505 additions and 604 deletions

View File

@@ -2,13 +2,13 @@
import Quickshell
import qs.Modules
import qs.Modules.AppDrawer
import qs.Modules.CentcomCenter
import qs.Modules.ControlCenter
import qs.Modules.Settings
import qs.Modules.TopBar
import qs.Modules.ProcessList
import qs.Modules.ControlCenter.Network
import qs.Modules.Popouts
import qs.Modals
ShellRoot {
@@ -29,8 +29,8 @@ ShellRoot {
id: centcomPopout
}
TrayMenuPopup {
id: trayMenuPopup
SystemTrayContextMenu {
id: systemTrayContextMenu
}
NotificationCenter {
@@ -63,8 +63,8 @@ ShellRoot {
id: batteryPopout
}
PowerMenuPopup {
id: powerMenuPopup
PowerMenu {
id: powerMenu
}
PowerConfirmModal {