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

modal + popout namespace

This commit is contained in:
bbedward
2025-09-07 22:04:38 -04:00
parent af952f6397
commit 68243107ca
8 changed files with 4 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ import qs.Common
PanelWindow { PanelWindow {
id: root id: root
WlrLayershell.namespace: "quickshell:modal"
property alias content: contentLoader.sourceComponent property alias content: contentLoader.sourceComponent
property alias contentLoader: contentLoader property alias contentLoader: contentLoader
property real width: 400 property real width: 400

View File

@@ -36,7 +36,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS
triggerWidth: 40 triggerWidth: 40
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-launcher"
screen: triggerScreen screen: triggerScreen
onShouldBeVisibleChanged: { onShouldBeVisibleChanged: {

View File

@@ -56,7 +56,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS
triggerWidth: 80 triggerWidth: 80
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-controlcenter"
screen: triggerScreen screen: triggerScreen
shouldBeVisible: false shouldBeVisible: false
visible: shouldBeVisible visible: shouldBeVisible

View File

@@ -39,7 +39,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS
triggerWidth: 40 triggerWidth: 40
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-notifications"
screen: triggerScreen screen: triggerScreen
shouldBeVisible: notificationHistoryVisible shouldBeVisible: notificationHistoryVisible
visible: shouldBeVisible visible: shouldBeVisible

View File

@@ -43,7 +43,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingXS
triggerWidth: 55 triggerWidth: 55
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-processlist"
screen: triggerScreen screen: triggerScreen
visible: shouldBeVisible visible: shouldBeVisible
shouldBeVisible: false shouldBeVisible: false

View File

@@ -48,7 +48,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingS
triggerWidth: 70 triggerWidth: 70
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-battery"
screen: triggerScreen screen: triggerScreen
shouldBeVisible: false shouldBeVisible: false
visible: shouldBeVisible visible: shouldBeVisible

View File

@@ -30,7 +30,6 @@ DankPopout {
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingS triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingS
triggerWidth: 70 triggerWidth: 70
positioning: "center" positioning: "center"
WlrLayershell.namespace: "quickshell-vpn"
screen: triggerScreen screen: triggerScreen
shouldBeVisible: false shouldBeVisible: false
visible: shouldBeVisible visible: shouldBeVisible

View File

@@ -7,6 +7,8 @@ import qs.Common
PanelWindow { PanelWindow {
id: root id: root
WlrLayershell.namespace: "quickshell:popout"
property alias content: contentLoader.sourceComponent property alias content: contentLoader.sourceComponent
property alias contentLoader: contentLoader property alias contentLoader: contentLoader
property real popupWidth: 400 property real popupWidth: 400