FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.2k stars 82 forks source link

Wifi title disappeared after latest OS update #517

Closed Cliffback closed 3 months ago

Cliffback commented 3 months ago

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 commented 3 months ago

It seems apple deprecated the airport command used in the script, you can just swap it with another utility for now, see: https://github.com/FelixKratz/SketchyBar/issues/407#issuecomment-1986867413

Cliffback commented 3 months ago

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!