1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

refactors: more DankModals, remove GlobalDropdown and InputDialog

This commit is contained in:
bbedward
2025-07-23 11:11:56 -04:00
parent 56a857939b
commit 14eef59c9f
17 changed files with 194 additions and 475 deletions

View File

@@ -2,7 +2,7 @@
import Quickshell
import qs.Modules
import qs.Modules.CenterCommandCenter
import qs.Modules.CentcomCenter
import qs.Modules.ControlCenter
import qs.Modules.Settings
import qs.Modules.TopBar
@@ -22,8 +22,8 @@ ShellRoot {
}
// Global popup windows
CenterCommandCenter {
id: centerCommandCenter
CentcomCenter {
id: centcomCenter
}
TrayMenuPopup {
@@ -38,8 +38,8 @@ ShellRoot {
id: notificationPopup
}
ControlCenterPopup {
id: controlCenterPopup
ControlCenter {
id: controlCenter
onPowerActionRequested: (action, title, message) => {
powerConfirmDialog.powerConfirmAction = action;
powerConfirmDialog.powerConfirmTitle = title;
@@ -56,10 +56,6 @@ ShellRoot {
id: networkInfoDialog
}
InputDialog {
id: globalInputDialog
}
BatteryControlPopup {
id: batteryControlPopup
}
@@ -76,13 +72,10 @@ ShellRoot {
id: processListDropdown
}
SettingsPopup {
id: settingsPopup
SettingsModal {
id: settingsModal
}
GlobalDropdown {
id: globalDropdownWindow
}
// Application and clipboard components
AppLauncher {
@@ -93,8 +86,8 @@ ShellRoot {
id: spotlightLauncher
}
ProcessListPopup {
id: processListPopup
ProcessListModal {
id: processListModal
}
ClipboardHistory {