diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
5 | id: bar | 5 | id: bar |
6 | 6 | ||
7 | required property var screen | 7 | required property var screen |
8 | required property var inhibitorState | ||
8 | 9 | ||
9 | anchors { | 10 | anchors { |
10 | top: true | 11 | top: true |
@@ -83,6 +84,12 @@ PanelWindow { | |||
83 | 84 | ||
84 | KeyboardLayout {} | 85 | KeyboardLayout {} |
85 | 86 | ||
87 | LidSwitchInhibitorWidget {} | ||
88 | |||
89 | WaylandInhibitorWidget { | ||
90 | window: bar | ||
91 | } | ||
92 | |||
86 | Item { | 93 | Item { |
87 | height: parent.height | 94 | height: parent.height |
88 | width: 8 - 4 | 95 | width: 8 - 4 |