diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 3652af54..d52740b2 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -1,7 +1,6 @@ | |||
1 | import Quickshell | 1 | import Quickshell |
2 | import QtQuick | 2 | import QtQuick |
3 | 3 | ||
4 | |||
5 | PanelWindow { | 4 | PanelWindow { |
6 | id: bar | 5 | id: bar |
7 | 6 | ||
@@ -64,25 +63,39 @@ PanelWindow { | |||
64 | anchors.verticalCenter: parent.verticalCenter | 63 | anchors.verticalCenter: parent.verticalCenter |
65 | spacing: 0 | 64 | spacing: 0 |
66 | 65 | ||
67 | PipewireWidget {} | 66 | PrivacyWidget { |
67 | id: privacy | ||
68 | } | ||
68 | 69 | ||
69 | Item { | 70 | Item { |
71 | enabled: privacy.active | ||
70 | height: parent.height | 72 | height: parent.height |
71 | width: 4 | 73 | width: 8 |
72 | } | 74 | } |
73 | 75 | ||
74 | SystemTray {} | 76 | BatteryWidget {} |
77 | |||
78 | Item { | ||
79 | height: parent.height | ||
80 | width: 8 | ||
81 | } | ||
82 | |||
83 | BrightnessWidget {} | ||
75 | 84 | ||
76 | Item { | 85 | Item { |
77 | height: parent.height | 86 | height: parent.height |
78 | width: 4 | 87 | width: 4 |
79 | } | 88 | } |
80 | 89 | ||
90 | PipewireWidget {} | ||
91 | |||
92 | SystemTray {} | ||
93 | |||
81 | KeyboardLayout {} | 94 | KeyboardLayout {} |
82 | 95 | ||
83 | Item { | 96 | Item { |
84 | height: parent.height | 97 | height: parent.height |
85 | width: 4 | 98 | width: 8 - 4 |
86 | } | 99 | } |
87 | 100 | ||
88 | Clock {} | 101 | Clock {} |