refactor: remove unnecessary classes in EWW config
This commit is contained in:
parent
c029404eaa
commit
7933cd829b
1 changed files with 3 additions and 3 deletions
|
|
@ -29,9 +29,9 @@
|
|||
(eventbox :onclick "hyprctl dispatch workspace ${workspace.id}"
|
||||
(overlay
|
||||
(box :class "workspace-button ${workspace.id == current_workspace ? "current" : ""
|
||||
} ${workspace.windows > 0 ? "occupied" : "empty"
|
||||
} ${workspace.previous > 0 ? "previous-occupied" : "previous-empty"
|
||||
} ${workspace.next > 0 ? "next-occupied" : "next-empty"}"
|
||||
} ${workspace.windows > 0 ? "occupied" : ""
|
||||
} ${workspace.previous > 0 ? "previous-occupied" : ""
|
||||
} ${workspace.next > 0 ? "next-occupied" : ""}"
|
||||
{workspace.id})
|
||||
(box :visible {workspace.id == current_workspace}
|
||||
{workspace.id}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue