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}"
|
(eventbox :onclick "hyprctl dispatch workspace ${workspace.id}"
|
||||||
(overlay
|
(overlay
|
||||||
(box :class "workspace-button ${workspace.id == current_workspace ? "current" : ""
|
(box :class "workspace-button ${workspace.id == current_workspace ? "current" : ""
|
||||||
} ${workspace.windows > 0 ? "occupied" : "empty"
|
} ${workspace.windows > 0 ? "occupied" : ""
|
||||||
} ${workspace.previous > 0 ? "previous-occupied" : "previous-empty"
|
} ${workspace.previous > 0 ? "previous-occupied" : ""
|
||||||
} ${workspace.next > 0 ? "next-occupied" : "next-empty"}"
|
} ${workspace.next > 0 ? "next-occupied" : ""}"
|
||||||
{workspace.id})
|
{workspace.id})
|
||||||
(box :visible {workspace.id == current_workspace}
|
(box :visible {workspace.id == current_workspace}
|
||||||
{workspace.id}))))
|
{workspace.id}))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue