-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar isn't clickable #374
Comments
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 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 Instructions from #
# 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 The only other change I made is disabling Looking into an issue with the 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 |
@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
:The text was updated successfully, but these errors were encountered: