cmacrae / spacebar

A minimal status bar for macOS. Ideal for use with tiling window managers like yabai
MIT License
1.22k stars 52 forks source link

'brew services restart spacebar' sometimes results in 2 instances #83

Open leandwo opened 2 years ago

leandwo commented 2 years ago

Still trying to find a consitent repo, but when it happens the space doesn't highlight correctly. I'm assuming this is because one of the instances is failing to track yabai and is on top of the other instance? Not sure yet.

ericsong commented 2 years ago

for anyone else running into this issue (active highlighted space is incorrect), I was able to fix it by restarting spacebar without the restart command.

brew services stop spacebar brew services start spacebar

Thanks @leosolid for pointing me towards the solution