workspace stuff rework

This commit is contained in:
Schrottkatze 2025-09-04 04:20:59 +02:00
commit 0522f35453
No known key found for this signature in database
6 changed files with 100 additions and 32 deletions

View file

@ -6,7 +6,7 @@
:style "border-bottom: 4px solid ${workspace.color}${workspace.active ? "; background-color: #3c3836" : ""}"
:class "${workspace.focused ? "focused" : ""}"
:onclick "swaymsg workspace ${workspace.name}"
(label :text "${workspace.idx}")
(label :text "${workspace.icon ?: workspace.idx}")
)
)
)