mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
workspace buttons work again
This commit is contained in:
parent
0522f35453
commit
2db2642a62
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
(button
|
(button
|
||||||
:style "border-bottom: 4px solid ${workspace.color}${workspace.active ? "; background-color: #3c3836" : ""}"
|
:style "border-bottom: 4px solid ${workspace.color}${workspace.active ? "; background-color: #3c3836" : ""}"
|
||||||
:class "${workspace.focused ? "focused" : ""}"
|
:class "${workspace.focused ? "focused" : ""}"
|
||||||
:onclick "swaymsg workspace ${workspace.name}"
|
:onclick "niri msg action focus-workspace ${workspace.idx}"
|
||||||
(label :text "${workspace.icon ?: workspace.idx}")
|
(label :text "${workspace.icon ?: workspace.idx}")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue