Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Workspace button doesn't work #322

Open ghost opened 2 years ago

ghost commented 2 years ago

I had SIP disabled but the workspace buttons still doesn't work. Any fixes?

p1tt1 commented 2 years ago

I've the same problem. (apple M1)

dhr-uvin commented 1 year ago

Same issue , I cant make new workspaces. (Intel)

gldtn commented 1 year ago

Same here on:

Apple M1 Version 13.2.1 (22D68)

domfz commented 11 months ago

Using macOS instead of yabai for workspace switching works for now. Under "Spaces" tick this checkbox:

image

Jean-Tinland commented 8 months ago

As asked in #387 , can you try the following?

In order to help me while trying to resolve this, can you please tell me what is the version of the following:

* yabai

* übersicht

* mac os

Also, can you try to open the Übersicht console and look for any error when you click on the spaces in simple-bar? You can see on the image below where to find this menu.

image

Please copy and paste here the error if there is one.

Otherwise, can you try to manually switch space by executing this command in your terminal?

# where "2" is the number of the space you want to focus
yabai -m space --focus 2

Let me know if there is an error while executing this command as this is what is used by simple-bar in order to change space.

Please let me know if it helps you.