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.qml23
1 files changed, 14 insertions, 9 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml
index 6952c658..f8092604 100644
--- a/accounts/gkleen@sif/shell/quickshell/Bar.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml
@@ -5,7 +5,6 @@ PanelWindow {
5 id: bar 5 id: bar
6 6
7 required property var screen 7 required property var screen
8 required property var inhibitorState
9 8
10 anchors { 9 anchors {
11 top: true 10 top: true
@@ -64,32 +63,38 @@ PanelWindow {
64 anchors.verticalCenter: parent.verticalCenter 63 anchors.verticalCenter: parent.verticalCenter
65 spacing: 0 64 spacing: 0
66 65
66 KeyboardLayout {}
67
68 Item {
69 visible: privacy.visible
70 height: parent.height
71 width: 8 - 4
72 }
73
67 PrivacyWidget { 74 PrivacyWidget {
68 id: privacy 75 id: privacy
69 } 76 }
70 77
71 Item { 78 Item {
72 enabled: privacy.active 79 visible: privacy.visible
73 height: parent.height 80 height: parent.height
74 width: 8 - 4 81 width: 8 - 4
75 } 82 }
76 83
77 BatteryWidget {} 84 SystemTray {}
78
79 BrightnessWidget {}
80 85
81 PipewireWidget {} 86 PipewireWidget {}
82 87
83 SystemTray {} 88 BrightnessWidget {}
84
85 KeyboardLayout {}
86 89
87 LidSwitchInhibitorWidget {} 90 BatteryWidget {}
88 91
89 WaylandInhibitorWidget { 92 WaylandInhibitorWidget {
90 window: bar 93 window: bar
91 } 94 }
92 95
96 LidSwitchInhibitorWidget {}
97
93 Item { 98 Item {
94 height: parent.height 99 height: parent.height
95 width: 8 - 4 100 width: 8 - 4