diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-30 22:27:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-30 22:27:46 +0200 |
commit | ca1502142e442673bc19ee70ad30635a9f3c46a5 (patch) | |
tree | 240786e1853a80e6a6fde89c773179f5bafc7187 /accounts | |
parent | 45a1316bf1df6ec32a133f8e648bbac0bbc988d6 (diff) | |
download | nixos-ca1502142e442673bc19ee70ad30635a9f3c46a5.tar nixos-ca1502142e442673bc19ee70ad30635a9f3c46a5.tar.gz nixos-ca1502142e442673bc19ee70ad30635a9f3c46a5.tar.bz2 nixos-ca1502142e442673bc19ee70ad30635a9f3c46a5.tar.xz nixos-ca1502142e442673bc19ee70ad30635a9f3c46a5.zip |
...
Diffstat (limited to 'accounts')
-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 |