diff options
Diffstat (limited to 'accounts/gkleen@sif/shell')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 9 |
1 files changed, 8 insertions, 1 deletions
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 { | |||
24 | 24 | ||
25 | screen: modelData | 25 | screen: modelData |
26 | implicitHeight: 21 | 26 | implicitHeight: 21 |
27 | color: Qt.rgba(0, 0, 0, 0.66) | 27 | color: "transparent" |
28 | |||
29 | Rectangle { | ||
30 | color: Qt.rgba(0, 0, 0, 0.66) | ||
31 | anchors.fill: parent | ||
32 | // bottomLeftRadius: 8 | ||
33 | // bottomRightRadius: 8 | ||
34 | } | ||
28 | 35 | ||
29 | Row { | 36 | Row { |
30 | id: left | 37 | id: left |