summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Bar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Bar.qml36
1 files changed, 14 insertions, 22 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml
index 399b566f..f8092604 100644
--- a/accounts/gkleen@sif/shell/quickshell/Bar.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml
@@ -63,45 +63,37 @@ PanelWindow {
63 anchors.verticalCenter: parent.verticalCenter 63 anchors.verticalCenter: parent.verticalCenter
64 spacing: 0 64 spacing: 0
65 65
66 PrivacyWidget { 66 KeyboardLayout {}
67 id: privacy
68 }
69 67
70 Item { 68 Item {
71 enabled: privacy.active 69 visible: privacy.visible
72 height: parent.height 70 height: parent.height
73 width: 8 71 width: 8 - 4
74 } 72 }
75 73
76 BatteryWidget {} 74 PrivacyWidget {
77 75 id: privacy
78 Item {
79 height: parent.height
80 width: 8
81 } 76 }
82 77
83 BrightnessWidget {}
84
85 Item { 78 Item {
79 visible: privacy.visible
86 height: parent.height 80 height: parent.height
87 width: 4 81 width: 8 - 4
88 } 82 }
89 83
84 SystemTray {}
85
90 PipewireWidget {} 86 PipewireWidget {}
91 87
92 Item { 88 BrightnessWidget {}
93 height: parent.height
94 width: 2
95 }
96 89
97 SystemTray {} 90 BatteryWidget {}
98 91
99 Item { 92 WaylandInhibitorWidget {
100 height: parent.height 93 window: bar
101 width: 2
102 } 94 }
103 95
104 KeyboardLayout {} 96 LidSwitchInhibitorWidget {}
105 97
106 Item { 98 Item {
107 height: parent.height 99 height: parent.height