diff --git a/shell/dock/AppletDock.qml b/shell/dock/AppletDock.qml index 7428980..c245147 100644 --- a/shell/dock/AppletDock.qml +++ b/shell/dock/AppletDock.qml @@ -11,8 +11,6 @@ import "../modules" as M PanelWindow { id: root - required property ShellScreen screen - visible: _winVisible color: "transparent" diff --git a/shell/dock/DockEdgeTrigger.qml b/shell/dock/DockEdgeTrigger.qml index 93cb1a0..35f4da2 100644 --- a/shell/dock/DockEdgeTrigger.qml +++ b/shell/dock/DockEdgeTrigger.qml @@ -8,8 +8,6 @@ import "../services" as S PanelWindow { id: root - required property ShellScreen screen - visible: !S.DockState.open color: "transparent" diff --git a/shell/modules/BackgroundOverlay.qml b/shell/modules/BackgroundOverlay.qml index 5aeb2c9..6d56000 100644 --- a/shell/modules/BackgroundOverlay.qml +++ b/shell/modules/BackgroundOverlay.qml @@ -8,8 +8,6 @@ import "../services" as S PanelWindow { id: root - required property ShellScreen screen - color: "transparent" WlrLayershell.layer: WlrLayer.Background diff --git a/shell/modules/Bar.qml b/shell/modules/Bar.qml index d5f934c..ff6d091 100644 --- a/shell/modules/Bar.qml +++ b/shell/modules/Bar.qml @@ -8,8 +8,6 @@ import "../services" as S PanelWindow { id: bar - required property ShellScreen screen - color: "transparent" WlrLayershell.layer: WlrLayer.Bottom diff --git a/shell/modules/NotifPopup.qml b/shell/modules/NotifPopup.qml index 1d212c3..d6a1400 100644 --- a/shell/modules/NotifPopup.qml +++ b/shell/modules/NotifPopup.qml @@ -8,8 +8,6 @@ import "../services" as S PanelWindow { id: root - required property ShellScreen screen - visible: S.NotifService.popups.length > 0 && !S.NiriIpc.overviewOpen color: "transparent" diff --git a/shell/modules/OverviewBackdrop.qml b/shell/modules/OverviewBackdrop.qml index a17d1ad..2409718 100644 --- a/shell/modules/OverviewBackdrop.qml +++ b/shell/modules/OverviewBackdrop.qml @@ -8,8 +8,6 @@ import "../applets" as C PanelWindow { id: root - required property ShellScreen screen - color: "transparent" WlrLayershell.layer: WlrLayer.Background diff --git a/shell/modules/ScreenCapture.qml b/shell/modules/ScreenCapture.qml index 7519aef..e4c5f3c 100644 --- a/shell/modules/ScreenCapture.qml +++ b/shell/modules/ScreenCapture.qml @@ -6,8 +6,6 @@ import "../services" as S PanelWindow { id: root - required property ShellScreen screen - color: "transparent" WlrLayershell.layer: WlrLayer.Background WlrLayershell.exclusiveZone: -1 diff --git a/shell/modules/Tooltip.qml b/shell/modules/Tooltip.qml index 4b299d0..7122069 100644 --- a/shell/modules/Tooltip.qml +++ b/shell/modules/Tooltip.qml @@ -7,8 +7,6 @@ import "../services" as S PanelWindow { id: root - required property ShellScreen screen - visible: _winVisible color: "transparent"