Closed exiett closed 1 year ago
You don't seem to have registered any click actions. For the items to become clickable you need to supply a click_script, which is performed when something is clicked. The demo config does not have any of this on purpose.
@FelixKratz I came across this when I was unable to get click_script
s working.
Unless I'm missing this, the documentation doesn't mention disabling SIP as a prerequisite for click events. It appears this is a necessary for any click_script
and mouse events in general?
Instructions from yabai
ended up working for me:
#
# APPLE SILICON
#
# If you're on Apple Silicon macOS 13.x.x
# Requires Filesystem Protections, Debugging Restrictions and NVRAM Protection to be disabled
# (printed warning can be safely ignored)
csrutil enable --without fs --without debug --without nvram
@dgrebb Which OS version are you experiencing this on? Are you sure the events are not working and not only the command being executed not working without SIP disabled? E.g. the space change command from yabai uses a feature that requires SIP disabled. The event itself should work with SIP enabled.
@FelixKratz 13.5.2
. I'm running good amount of your dotfiles
plugins. But did not run .install.sh
.
The only other change I made is disabling yabai.sh
in sketchybarrc
.
Looking into an issue with the github.notification
regex now. Perhaps this locks things up for a bit? Clicks don't work on load, but do eventually register.
Will post updates. Here's the log output:
❯ sketchybar
make: `helper' is up to date.
sketchybar configuation loaded..
gh: Not Found (HTTP 404)
[2023-09-16 15:58:09] [?] Regex: No match found for regex '/github.notification\.*/'
gh: Not Found (HTTP 404)
Side note @FelixKratz thank you for your work on this! At a loss I only just discovered this project today.
Cheers!
@FelixKratz just saw your edit — perhaps this was not SIP but the yabai.sh
plugin? Will report my findings.
@FelixKratz my apologies. This is 100% the unfocused displays issue reported in #392 — I'm all set and will subscribe to that thread.
Thanks again ❤️
Hi! Already tried uninstalling and installing back again. Followed the tutorial all the way. Although the bar isn't "clickable". I cannot change spaces using it, I can't open my Wi-Fi settings neither other settings via the bar. What am I doing wrong? This is my
sketchybarrc
: