You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With waybar 0.9.5 or master (cb1c7ea) on Debian testing with Linux 5.11, if a network interface is brought up after waybar has started, it shows the format for state disconnected even after the interface has been configured. To demonstrate, using the configuration:
On a machine with wireless interface (wlp3s0) initially disabled by soft rfkill (nmcli radio wifi on) and a wired interface (enp0s25) initially connected:
Run waybar --config config.
Waybar correctly displays enp0s25: 192.168.0.2/24.
With waybar 0.9.5 or
master
(cb1c7ea) on Debian testing with Linux 5.11, if a network interface is brought up after waybar has started, it shows the format for state disconnected even after the interface has been configured. To demonstrate, using the configuration:On a machine with wireless interface (
wlp3s0
) initially disabled by soft rfkill (nmcli radio wifi on
) and a wired interface (enp0s25
) initially connected:waybar --config config
.Waybar correctly displays
enp0s25: 192.168.0.2/24
.enp0s25
(e.g.nmcli device disconnect enp0s25
).Waybar correctly displays
enp0s25: Disconnected
.enp0s25
(e.g.nmcli device connect enp0s25
).Waybar still incorrectly displays
enp0s25: Disconnected
.Let me know if there's anything else I can do to help troubleshot.
Thanks,
Kevin
The text was updated successfully, but these errors were encountered: