summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Bar.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-11 23:17:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-11 23:17:57 +0200
commit564853110a6e1367cc379bd8418d874829302d00 (patch)
treea6d548f7ae9379810f6d3942b10217364ca54c99 /accounts/gkleen@sif/shell/quickshell/Bar.qml
parentdd2df931a3be1a6518c1e9fbff438de4274456cd (diff)
downloadnixos-564853110a6e1367cc379bd8418d874829302d00.tar
nixos-564853110a6e1367cc379bd8418d874829302d00.tar.gz
nixos-564853110a6e1367cc379bd8418d874829302d00.tar.bz2
nixos-564853110a6e1367cc379bd8418d874829302d00.tar.xz
nixos-564853110a6e1367cc379bd8418d874829302d00.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Bar.qml7
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