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

Add Internet Speed Status #58

Open
mubaris opened this issue Mar 20, 2017 · 3 comments
Open

Add Internet Speed Status #58

mubaris opened this issue Mar 20, 2017 · 3 comments

Comments

@mubaris
Copy link

mubaris commented Mar 20, 2017

It will be cool if we can have internet speed on the status line

@gpakosz
Copy link
Owner

gpakosz commented Mar 21, 2017

Hello,

I have no short term plans to support this feature:

  • I doubt I'll ever use it myself
  • this has to work on Mac, Linux, Windows (Cygwin, WSL)
  • this has to be maintained over time

Not closing, but I don't make any promise this will ever happen.

@gpakosz gpakosz changed the title [Request] Add Internet Speed Status Add Internet Speed Status Jul 7, 2017
@Anu-bhav
Copy link

Anu-bhav commented Dec 18, 2020

Hi, I got it working using the tmux plugin "@tmux-network-bandwidth-padding"

set -g @tmux-network-bandwidth-padding 2

tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_    bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b , #{network_bandwidth} | #{username}#{root} | #{hostname} '

However I did not really know how to give it a custom color so I left is as it was. It was go enough for me to see it work.

image

@0xMrR0b0t
Copy link

Hi, I got it working using the tmux plugin "@tmux-network-bandwidth-padding"

set -g @tmux-network-bandwidth-padding 2

tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_    bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b , #{network_bandwidth} | #{username}#{root} | #{hostname} '

However I did not really know how to give it a custom color so I left is as it was. It was go enough for me to see it work.

image

can you share your .tmux.conf.local config

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

No branches or pull requests

4 participants