New backup 2025-04-22 14:15:02

This commit is contained in:
Penelope Gwen 2025-04-22 14:15:02 -07:00
parent fda933fd77
commit c422f9d1ec

View file

@ -1,6 +1,6 @@
(defwidget shortcuts []
(box
:visible ( jq( jq( jq(workspacesArray, '.[]'), 'select(.focused==true)'), '.num') == 4)
:visible {jq( jq( jq(workspacesArray, '.[]'), 'select(.focused==true)'), '.num') == 4}
:class "shortcuts"
:orientation "v"
:space-evenly true