While configuring your awesome i3status-rust tool, I noticed that the SSID of the net block is not displayed until the first interval delay is elapsed. As a result, the block is not properly displayed (see the discontinuity after the net icon).
This can be triggered by reloading i3 with $mod+r, and this is particularly annoying while starting the computer, as the net doesn't need to be often updated, it may remain several seconds in this "broken" state.
I'm using i3status-rs v0.9, and my config looks like this:
Do you think this would be possible to fetch the SSID during the initialization? Or delaying it until 1 second for example? Displaying an space " " meanwhile would probably also avoid breaking the block formatting.
Hi. :)
While configuring your awesome
i3status-rust
tool, I noticed that theSSID
of thenet
block is not displayed until the firstinterval
delay is elapsed. As a result, the block is not properly displayed (see the discontinuity after thenet
icon).This can be triggered by reloading i3 with
$mod+r
, and this is particularly annoying while starting the computer, as thenet
doesn't need to be often updated, it may remain several seconds in this "broken" state.I'm using
i3status-rs
v0.9, and my config looks like this:Do you think this would be possible to fetch the SSID during the initialization? Or delaying it until 1 second for example? Displaying an space
" "
meanwhile would probably also avoid breaking the block formatting.