home: wm: i3bar: fix 'net' block when disconnected
Some checks are pending
ci/woodpecker/push/check Pipeline is pending

I still sometimes get the error message about not being able to format
the block, this should fix it.
This commit is contained in:
Bruno BELANYI 2023-12-18 09:41:35 +00:00
parent 066a33587d
commit a657a7742e

View file

@ -74,7 +74,7 @@ in
) )
{ {
block = "net"; block = "net";
format = " $icon{| $ssid|} $ip{| $signal_strength|} "; format = " $icon{| $ssid|}{| $ip|}{| $signal_strength|} ";
} }
{ {
block = "backlight"; block = "backlight";