Replies: 1 comment
-
I was able to partly solve it by adding the following in the exec-on-workspace-change = ['/bin/bash', '-c',
'sketchybar --update && sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE'
] While it now works when I change the workspace after I login, it still does not show the workspace I am currently in after I log in. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if this is a
Aerospace
problem or aSketryBar
problem but I'm starting here because it gets fixed when I runsketchybar --reload
so I think is in this end.So when I start works fine:
But when the computer go to sleep, when I login again the event stop working:
I have this configuration:
SketchyBar
sketchybarrc
space.sh
aerospace.sh
AeroSpace
aerospace.toml
Debugging
I added this lines to
aerospace.sh
:and I get this lines after changing workspaces:
After I press the power button and login again (recreating sleep) I don't get any more messages.
I would appreciate if someone know whats happening. Maybe I'm not configuring the event correctly?
Thank
Beta Was this translation helpful? Give feedback.
All reactions