From ca1502142e442673bc19ee70ad30635a9f3c46a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 30 Aug 2025 22:27:46 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'accounts/gkleen@sif/shell') diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index e19c0b32..e9760f75 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -24,7 +24,14 @@ PanelWindow { screen: modelData implicitHeight: 21 - color: Qt.rgba(0, 0, 0, 0.66) + color: "transparent" + + Rectangle { + color: Qt.rgba(0, 0, 0, 0.66) + anchors.fill: parent + // bottomLeftRadius: 8 + // bottomRightRadius: 8 + } Row { id: left -- cgit v1.2.3