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

processlist: breakout and de-dupe code, change styles

Also reverts bluetooth pairing modals since quickshell did not approve
of the PR
This commit is contained in:
bbedward
2025-07-23 10:03:29 -04:00
parent e94d2af9ae
commit 70f8a127c6
23 changed files with 2485 additions and 3726 deletions

View File

@@ -6,6 +6,7 @@ import qs.Modules.CenterCommandCenter
import qs.Modules.ControlCenter
import qs.Modules.Settings
import qs.Modules.TopBar
import qs.Modules.ProcessList
ShellRoot {
id: root
@@ -51,10 +52,6 @@ ShellRoot {
id: wifiPasswordDialog
}
BluetoothPairingDialog {
id: bluetoothPairingDialog
}
NetworkInfoDialog {
id: networkInfoDialog
}
@@ -96,8 +93,8 @@ ShellRoot {
id: spotlightLauncher
}
ProcessListWidget {
id: processListWidget
ProcessListPopup {
id: processListPopup
}
ClipboardHistory {