-
Notifications
You must be signed in to change notification settings - Fork 320
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
Bug: network
module doesn't work on macOS 14.4 and later
#256
Labels
bug
Something isn't working
Comments
This is the alternative to networksetup -getairportnetwork en0 | cut -d ':' -f2 | sed 's/^[[:blank:]]*//g' |
@amitizle This command now doesn't work on macOS 15. Sigh, Apple. |
@pratnala on every major version update there's some sort of backwards compatibility issue 😵 |
@amitizle Know any other way to get network name? Not finding a simple enough way. |
fixes to that are currently being discussed in #291 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
airport
command has been deprecated on macOS 14.4. This leads to thenetwork
module not working as intended.To Reproduce
Steps to reproduce the behavior:
tmux.conf
-set -g @dracula-plugins network
Expected behavior
Network name, if wireless, or Ethernet otherwise, must be shown instead of a blank space.
Screenshots
Network name must show in the blue box but is blank.
System
The text was updated successfully, but these errors were encountered: