1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

native tray menu

This commit is contained in:
bbedward
2025-08-07 17:01:52 -04:00
parent 3dae0ec5e3
commit 9b7ca88e11
4 changed files with 22 additions and 214 deletions

View File

@@ -1,3 +1,4 @@
//@ pragma UseQApplication
import QtQuick
import Quickshell
@@ -21,8 +22,7 @@ import qs.Services
ShellRoot {
id: root
WallpaperBackground {
}
WallpaperBackground {}
Lock {
id: lock
@@ -36,7 +36,6 @@ ShellRoot {
delegate: TopBar {
modelData: item
}
}
Variants {
@@ -47,17 +46,12 @@ ShellRoot {
contextMenu: dockContextMenu
windowsMenu: dockWindowsMenu
}
}
CentcomPopout {
id: centcomPopout
}
SystemTrayContextMenu {
id: systemTrayContextMenu
}
DockContextMenu {
id: dockContextMenu
}
@@ -76,7 +70,6 @@ ShellRoot {
delegate: NotificationPopupManager {
modelData: item
}
}
ControlCenterPopout {
@@ -141,7 +134,6 @@ ShellRoot {
ProcessListModal {
id: processListModal
}
}
IpcHandler {
@@ -177,7 +169,6 @@ ShellRoot {
delegate: Toast {
modelData: item
}
}
Variants {
@@ -186,7 +177,6 @@ ShellRoot {
delegate: VolumePopup {
modelData: item
}
}
Variants {
@@ -195,7 +185,6 @@ ShellRoot {
delegate: MicMutePopup {
modelData: item
}
}
Variants {
@@ -204,7 +193,5 @@ ShellRoot {
delegate: BrightnessPopup {
modelData: item
}
}
}