make the empty workspaces have darker opacity or something
This commit is contained in:
parent
3e384ea043
commit
af34733ecb
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function Workspaces() {
|
|||
return <box className="Workspaces">
|
||||
{workspaceButtons.map (workspace =>
|
||||
<button
|
||||
className={bind(hypr, "focused-workspace").as(fw => workspace === fw.id ? "focused" : "")}
|
||||
className={bind(hypr, "focused_workspace").as(fw => workspace === fw.id ? "focused" : hypr.get_workspace(workspace) ? "" : "inactive" )}
|
||||
>{workspace}</button>
|
||||
)}
|
||||
</box>
|
||||
|
|
Loading…
Reference in a new issue