Skip to content
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

Wifi title disappeared after latest OS update #517

Closed
Cliffback opened this issue Mar 12, 2024 · 3 comments
Closed

Wifi title disappeared after latest OS update #517

Cliffback opened this issue Mar 12, 2024 · 3 comments

Comments

@Cliffback
Copy link

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?

Screenshot 2024-03-12 at 20 40 20

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!

@FelixKratz
Copy link
Owner

It seems apple deprecated the airport command used in the script, you can just swap it with another utility for now, see: #407 (comment)

@Cliffback
Copy link
Author

It seems apple deprecated the airport command used in the script, you can just swap it with another utility for now, see: #407 (comment)

Thank you, that did the trick!

@keikun555
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants