ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
94 stars 30 forks source link

[Feature]: Show signal strength #81

Closed danboid closed 2 months ago

danboid commented 2 years ago

It would be handy if networkmgr could show the strength of wifi signals.

It doesn't look like ifconfig supplies this data but apparently wlanstats can be used for this. wlanstats could be included with ghostbsd and BSD users could see their wifi signal strength by mousing over the networkmgr tray icon or see it in the networkmgr connection menu next to each connection if they have wlanstats installed.

ericbsd commented 2 years ago

If I understand, what you want is the signal strength number on the mouseover?

danboid commented 2 years ago

That's right, thanks!

On Wed, Feb 16, 2022 at 12:26 AM Eric Turgeon @.***> wrote:

If I understand, what you want is the signal strength number on the mouseover?

— Reply to this email directly, view it on GitHub https://github.com/ghostbsd/networkmgr/issues/81#issuecomment-1040935296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK5CF3S54EMT74PQHMNC4LU3LVMNANCNFSM5OQBHIKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

ericbsd commented 2 months ago

The only thing left is to update the tag and port.