Workspace: show occupied workspaces with a different color

This commit is contained in:
Sébastien Atoch 2025-07-25 17:35:03 -04:00
parent e8af442b34
commit 320870df0b
3 changed files with 12 additions and 6 deletions

View file

@ -124,7 +124,8 @@ Singleton {
output: ws.output || "",
isFocused: ws.isFocused === true,
isActive: ws.isActive === true,
isUrgent: ws.isUrgent === true
isUrgent: ws.isUrgent === true,
isOccupied: ws.isOccupied === true,
});
}