i3status-rust
i3status-rust copied to clipboard
My wireless adapter is being detected as an ethernet connection by the net block since the last update
The current block config is:
[[block]]
block = "net"
format = " $icon {$ssid ($signal_strength)|Wired connection} "
inactive_format = " $icon No connection "
- Do you have more than one interface? Does
$device
placeholder refer to a wireless device? - What is the output of
iw dev <dev> link
?