1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -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 {
id: root
WlrLayershell.namespace: "quickshell:modal"
property alias content: contentLoader.sourceComponent
property alias contentLoader: contentLoader
property real width: 400

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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