da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 78 forks source link

[FEATURE] Network Traffic Widget #109

Open FrnkPsycho opened 8 months ago

FrnkPsycho commented 8 months ago

What is the request?

A widget that displays current network traffic

Why is it useful?

Many other topbar on linux platform have this feature and it's very helpful to check current traffic without some taskbar hacks or task manager.

How could it be implemented?

I forked this project and added the feature. https://github.com/denBot/yasb/pull/110

da-rth commented 8 months ago

Reviewed and tested, all looks good. Thank you for your contribution!