From 564853110a6e1367cc379bd8418d874829302d00 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 Sep 2025 23:17:57 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 7 +++++++ 1 file changed, 7 insertions(+) (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 52b9b344..6952c658 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -5,6 +5,7 @@ PanelWindow { id: bar required property var screen + required property var inhibitorState anchors { top: true @@ -83,6 +84,12 @@ PanelWindow { KeyboardLayout {} + LidSwitchInhibitorWidget {} + + WaylandInhibitorWidget { + window: bar + } + Item { height: parent.height width: 8 - 4 -- cgit v1.2.3