AeroSpace
> Published on Thu, Feb 13, 2025> Updated on Thu, Feb 13, 2025
Add these in your ~/.aerospace.toml
config file:
on-focus-changed = [
"exec-and-forget osascript -e 'tell application id \"tracesOf.Uebersicht\" to refresh widget id \"simple-bar-index-jsx\"'",
]
exec-on-workspace-change = [
'/bin/zsh',
'-c',
'/usr/bin/osascript -e "tell application id \"tracesOf.Uebersicht\" to refresh widget id \"simple-bar-index-jsx\""',
]
This will allow AeroSpace
to refresh simple-bar
when necessary.