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

Bug: network-bandwidth plugin doesn't work on macOS #158

Open
lsorber opened this issue May 26, 2022 · 3 comments
Open

Bug: network-bandwidth plugin doesn't work on macOS #158

lsorber opened this issue May 26, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@lsorber
Copy link

lsorber commented May 26, 2022

Describe the bug

The network-bandwidth plugin doesn't print any numbers on macOS.

To Reproduce

  1. Enable the network-bandwidth plugin on macOS.

Expected behavior

The network bandwidth to be displayed.

System

  • OS: macOS
  • Tmux Version: 3.2a1
@lsorber lsorber added the bug Something isn't working label May 26, 2022
@yovanoc
Copy link

yovanoc commented Nov 26, 2023

Someone found a fix for this?

@vyrwu
Copy link

vyrwu commented May 22, 2024

You need to set the appropriate network device to be tracked:

networksetup -listallhardwareports

Choose the device of Wi-Fi Hardware Port. Then, in your ~/.tmux.conf

set -g @dracula-network-bandwidth <device_name>

Note: for wired connection, you need to use another device.

@yovanoc
Copy link

yovanoc commented May 22, 2024

I'm on a wired connection, what do you mean by 'another device' ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants