mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
Initial qmlformat
This commit is contained in:
32
shell.qml
32
shell.qml
@@ -8,71 +8,81 @@ import qs.Widgets.TopBar
|
||||
|
||||
ShellRoot {
|
||||
id: root
|
||||
|
||||
|
||||
// Multi-monitor support using Variants
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: TopBar {
|
||||
modelData: item
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Global popup windows
|
||||
CenterCommandCenter {
|
||||
id: centerCommandCenter
|
||||
}
|
||||
|
||||
TrayMenuPopup {
|
||||
id: trayMenuPopup
|
||||
}
|
||||
|
||||
NotificationCenter {
|
||||
id: notificationCenter
|
||||
}
|
||||
|
||||
ControlCenterPopup {
|
||||
id: controlCenterPopup
|
||||
}
|
||||
|
||||
WifiPasswordDialog {
|
||||
id: wifiPasswordDialog
|
||||
}
|
||||
|
||||
InputDialog {
|
||||
id: globalInputDialog
|
||||
}
|
||||
|
||||
BatteryControlPopup {
|
||||
id: batteryControlPopup
|
||||
}
|
||||
|
||||
PowerMenuPopup {
|
||||
id: powerMenuPopup
|
||||
}
|
||||
|
||||
PowerConfirmDialog {
|
||||
id: powerConfirmDialog
|
||||
}
|
||||
|
||||
|
||||
ProcessListDropdown {
|
||||
id: processListDropdown
|
||||
}
|
||||
|
||||
|
||||
SettingsPopup {
|
||||
id: settingsPopup
|
||||
}
|
||||
|
||||
|
||||
// Application and clipboard components
|
||||
AppLauncher {
|
||||
id: appLauncher
|
||||
}
|
||||
|
||||
|
||||
SpotlightLauncher {
|
||||
id: spotlightLauncher
|
||||
}
|
||||
|
||||
|
||||
ProcessListWidget {
|
||||
id: processListWidget
|
||||
}
|
||||
|
||||
|
||||
ClipboardHistory {
|
||||
id: clipboardHistoryPopup
|
||||
}
|
||||
|
||||
|
||||
ToastWidget {
|
||||
id: toastWidget
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user