From d20393e077b8d97b18f4a224ddcb20caf6dac23b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 10 Sep 2025 15:57:26 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 31 ++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 3652af54..399b566f 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -1,7 +1,6 @@ import Quickshell import QtQuick - PanelWindow { id: bar @@ -64,25 +63,49 @@ PanelWindow { anchors.verticalCenter: parent.verticalCenter spacing: 0 - PipewireWidget {} + PrivacyWidget { + id: privacy + } + + Item { + enabled: privacy.active + height: parent.height + width: 8 + } + + BatteryWidget {} + + Item { + height: parent.height + width: 8 + } + + BrightnessWidget {} Item { height: parent.height width: 4 } + PipewireWidget {} + + Item { + height: parent.height + width: 2 + } + SystemTray {} Item { height: parent.height - width: 4 + width: 2 } KeyboardLayout {} Item { height: parent.height - width: 4 + width: 8 - 4 } Clock {} -- cgit v1.2.3