diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-06-22 11:39:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-06-22 11:39:13 +0200 |
| commit | 4817afd1707c9a572af755a4751f97a8fa5a80c1 (patch) | |
| tree | 86c374c63aa7eb0da5560c84c4a78b792a740cb2 /accounts/gkleen@sif/shell/quickshell/Bar.qml | |
| parent | 9213916cf570885f40b0e464e6b1c282d9b08cb4 (diff) | |
| download | nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.gz nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.bz2 nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.xz nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.zip | |
...flakes
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Bar.qml')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index e8bd6245..bce72077 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
| @@ -112,14 +112,16 @@ PanelWindow { | |||
| 112 | 112 | ||
| 113 | BatteryWidget {} | 113 | BatteryWidget {} |
| 114 | 114 | ||
| 115 | LockscreenInhibitorWidget {} | ||
| 116 | |||
| 115 | WaylandInhibitorWidget { | 117 | WaylandInhibitorWidget { |
| 116 | window: bar | 118 | window: bar |
| 117 | } | 119 | } |
| 118 | 120 | ||
| 119 | NotificationInhibitorWidget {} | ||
| 120 | |||
| 121 | LidSwitchInhibitorWidget {} | 121 | LidSwitchInhibitorWidget {} |
| 122 | 122 | ||
| 123 | NotificationInhibitorWidget {} | ||
| 124 | |||
| 123 | Item { | 125 | Item { |
| 124 | height: parent.height | 126 | height: parent.height |
| 125 | width: 8 - 4 | 127 | width: 8 - 4 |
