mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 11:17:23 +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
|
||||
:style "border-bottom: 4px solid ${workspace.color}${workspace.active ? "; background-color: #3c3836" : ""}"
|
||||
:class "${workspace.focused ? "focused" : ""}"
|
||||
:onclick "swaymsg workspace ${workspace.name}"
|
||||
:onclick "niri msg action focus-workspace ${workspace.idx}"
|
||||
(label :text "${workspace.icon ?: workspace.idx}")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue