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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user