We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My sketchybar config has been working very well, but after the latest OS update (14.4), suddenly the wifi title is blanked out.
I'm wondering if I'm the only one getting this bug, or did it happen to more people after the update?
My network config:
LABEL=$(/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk 'NR==13 {print $2}') sketchybar --set $NAME label=$LABEL
Btw. I really enjoy sketchybar, thank you so much!
The text was updated successfully, but these errors were encountered:
It seems apple deprecated the airport command used in the script, you can just swap it with another utility for now, see: #407 (comment)
Sorry, something went wrong.
Thank you, that did the trick!
For those who found this post when upgrading to Sequoia, here's a workaround I found https://stackoverflow.com/questions/78994709/how-to-get-the-current-wi-fi-ssid-in-swift-on-macos
No branches or pull requests
My sketchybar config has been working very well, but after the latest OS update (14.4), suddenly the wifi title is blanked out.
I'm wondering if I'm the only one getting this bug, or did it happen to more people after the update?
My network config:
Btw. I really enjoy sketchybar, thank you so much!
The text was updated successfully, but these errors were encountered: