da-rth / yasb

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

[FEATURE] WIFI Widget #105

Open wiki-Bird opened 11 months ago

wiki-Bird commented 11 months ago

What is the request?

Add a WIFI widget that displays current network and signal strength

Why is it useful?

This is a standard feature across many status bars', and is very useful to see your current wifi information.

How could it be implemented?

I have developed an implementation adding a new widget to widgets and validation, as well as updating config to contain it as a standard widget. You can see it here. I have opened a PR for this here