[Bar] Small bugfix for workspace number
This commit is contained in:
parent
afe25a322a
commit
c7064dbea0
@ -122,7 +122,7 @@ const WindowPopoverBox = () => {
|
||||
{bind(hypr, 'clients').as(clients => {
|
||||
return clients.map(client => {
|
||||
return <box>
|
||||
<label label={bind(client, 'workspace').as(w => `(WS ${w})`)}></label>
|
||||
<label label={bind(client, 'workspace').as(w => `(WS ${w.name})`)}></label>
|
||||
<label label={bind(client, 'initialClass').as(c => `[${c}]`)}></label>
|
||||
<label label={bind(client, 'title')}></label>
|
||||
</box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user