This commit is contained in:
lysec
2025-10-18 14:42:38 +02:00
+1 -14
View File
@@ -199,15 +199,9 @@ Variants {
color: Color.transparent
WlrLayershell.namespace: "noctalia-dock-peek"
WlrLayershell.exclusionMode: ExclusionMode.Auto // Always exclusive
WlrLayershell.exclusionMode: ExclusionMode.Ignore
implicitHeight: peekHeight
Rectangle {
anchors.fill: parent
color: barAtBottom ? Qt.alpha(Color.mSurface, Settings.data.bar.backgroundOpacity) : Color.transparent
}
MouseArea {
id: peekArea
anchors.fill: parent
@@ -244,7 +238,6 @@ Variants {
WlrLayershell.namespace: "noctalia-dock-main"
WlrLayershell.exclusionMode: exclusive ? ExclusionMode.Auto : ExclusionMode.Ignore
exclusiveZone: 0
// Size to fit the dock container exactly
implicitWidth: dockContainerWrapper.width
@@ -262,12 +255,6 @@ Variants {
}
}
// Rectangle {
// anchors.fill: parent
// color: "#000FF0"
// z: -1
// }
// Wrapper item for scale/opacity animations
Item {
id: dockContainerWrapper