fix: detect niri availability from event stream; fix workspaces visibility
This commit is contained in:
parent
e3cae59ac3
commit
1b5bdd3010
4 changed files with 7 additions and 8 deletions
|
|
@ -132,7 +132,7 @@ PanelWindow {
|
|||
leftEdge: true
|
||||
M.Workspaces {
|
||||
bar: bar
|
||||
visible: M.Modules.workspaces.enable
|
||||
visible: M.Modules.workspaces.enable && M.NiriIpc.available
|
||||
}
|
||||
}
|
||||
M.BarGroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue