New backup 2025-07-16 08:45:02
This commit is contained in:
parent
ac4c2acb6d
commit
172843fbdd
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@
|
|||
(for entry in array
|
||||
(button :onclick `swaymsg workspace "${entry.name}"`
|
||||
:class {entry.focused ? "focused" : ""}
|
||||
'${replace(entry.name,".*:","")}'))))
|
||||
(box
|
||||
'${replace(entry.name,".*:","")}'
|
||||
(label
|
||||
:class "workspace-number"
|
||||
:text {jq(captures(entry.num, '[0-9]$'),'.[].[]','r')}))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue