1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

feat: more layer namespaces (#693)

This commit is contained in:
claymorwan
2025-11-11 19:33:47 +00:00
committed by GitHub
parent eec9da42bf
commit e8770b90ef
4 changed files with 9 additions and 0 deletions

View File

@@ -340,6 +340,9 @@ Item {
color: "transparent"
PanelWindow {
WlrLayershell.namespace: "dms:tray-menu-window"
id: menuWindow
visible: menuRoot.showMenu && (menuRoot.trayItem?.hasMenu ?? false)
WlrLayershell.layer: WlrLayershell.Overlay

View File

@@ -10,6 +10,8 @@ import qs.Widgets
PanelWindow {
id: root
WlrLayershell.namespace: "dms:dock-context-menu"
property var appData: null
property var anchorItem: null
property real dockVisibleHeight: 40

View File

@@ -11,6 +11,8 @@ import qs.Widgets
PanelWindow {
id: root
WlrLayershell.namespace: "dms:toast"
property var modelData
property bool shouldBeVisible: false
property real frozenWidth: 0

View File

@@ -6,6 +6,8 @@ import qs.Common
PanelWindow {
id: root
WlrLayershell.namespace: "dms:tooltip"
property string text: ""
property real targetX: 0
property real targetY: 0