greshake / i3status-rust

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

net block no connection #1895

Closed okhsunrog closed 1 year ago

okhsunrog commented 1 year ago

Net block shows no connection when IVPN connection is active. (shows "x" sign)

my config is [[block]] block = "net" device = "^[ewu]" format = " $icon {$ssid $signal_strength| $device} "

it's supposed to show connections when I have wifi (wlan0), ethernet (eth1 or eth0) or usb tethering from android device (usb0). works as I expect it to work, breaks every time I enable IVPN connection. it shows my connection back when I disable ivpn

MaxVerevkin commented 1 year ago

Probably related: #1866 #1846

MaxVerevkin commented 1 year ago

Please test #1903

okhsunrog commented 1 year ago

https://github.com/greshake/i3status-rust/pull/1903 fixes the issue