glzr-io / zebar

Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
GNU General Public License v3.0
415 stars 29 forks source link

feat: rework network provider using `netdev` crate; add signal strength + SSID on Windows #36

Closed matthewtapps closed 6 months ago

matthewtapps commented 6 months ago

Refactor network provider to primarily retrieve info from netdev crate (formerly default_net) which is cross-platform functional.

Augment this on Windows with a netsh command to retrieve default interface information: signal strength, default gateway ssid, connected status.

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: