Replies: 1 comment
-
well… of course I could just go the easy route and refresh spacebar through a yabai signal but I guess I will then just stick with static symbols for now until this is figured out… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have my spaces icons refresh.
I use yabai labels and would like to have the spacebar reflect any changes I make to the order of my spaces using shortcuts.
I used this but of course this doesn't refresh (at the moment?):
spacebar -m config space_icon_strip $(yabai -m query --spaces | jq -r '.[] | .label')
I tried this but it doesn't work.
spacebar -m config space_icon_strip $(while true ; do yabai -m query --spaces | jq -r '.[] | .label' ; sleep 5 ; done)
I'm not a master of
sh
and command substitution, so maybe someone could point out to me why this isn't working or if there is a better solution?Beta Was this translation helpful? Give feedback.
All reactions