kkga / nibar

Simple Übersicht status bar with yabai support.
MIT License
192 stars 33 forks source link

Yabai & Apple Silicon errors(?) #15

Open PastramiOnRye opened 2 years ago

PastramiOnRye commented 2 years ago

I attempted to install nibar and received these three errors. image I figured it was a problem with yabai's scripting additions not working properly on M1. However, I followed the advice in this thread: https://github.com/koekeishiya/yabai/issues/725 and ended up getting yabai --load-sa to work just fine. However, the error messages still won't go away. I also installed jq as per this thread: https://github.com/kkga/nibar/issues/1 I assume the secondary spaces jsx file they mention in that thread is from an older version of nibar because I can't find it in the widget's folder.

I have no clue what I'm missing, any help would be appreciated!!

jacktuck commented 2 years ago

set PATH in scripts/ files to PATH=/opt/homebrew/bin/:$PATH.

/usr/local for macOS Intel, /opt/homebrew for Apple Silicon and /home/linuxbrew/.linuxbrew for Linux

from https://docs.brew.sh/Installation