[Bar] Small bugfix for workspace number
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user