diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index d52740b2..52b9b344 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -70,23 +70,13 @@ PanelWindow { | |||
70 | Item { | 70 | Item { |
71 | enabled: privacy.active | 71 | enabled: privacy.active |
72 | height: parent.height | 72 | height: parent.height |
73 | width: 8 | 73 | width: 8 - 4 |
74 | } | 74 | } |
75 | 75 | ||
76 | BatteryWidget {} | 76 | BatteryWidget {} |
77 | 77 | ||
78 | Item { | ||
79 | height: parent.height | ||
80 | width: 8 | ||
81 | } | ||
82 | |||
83 | BrightnessWidget {} | 78 | BrightnessWidget {} |
84 | 79 | ||
85 | Item { | ||
86 | height: parent.height | ||
87 | width: 4 | ||
88 | } | ||
89 | |||
90 | PipewireWidget {} | 80 | PipewireWidget {} |
91 | 81 | ||
92 | SystemTray {} | 82 | SystemTray {} |