greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.81k stars 472 forks source link

My wireless adapter is being detected as an ethernet connection by the net block since the last update #1969

Open gnsfujiwara opened 7 months ago

gnsfujiwara commented 7 months ago

The current block config is:

[[block]]
block = "net"
format = " $icon {$ssid ($signal_strength)|Wired connection} "
inactive_format = " $icon No connection "
MaxVerevkin commented 7 months ago
  1. Do you have more than one interface? Does $device placeholder refer to a wireless device?
  2. What is the output of iw dev <dev> link?