mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 11:31:38 +02:00
workspace stuff rework
This commit is contained in:
parent
05fdb8a9cb
commit
0522f35453
6 changed files with 100 additions and 32 deletions
|
@ -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}")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue