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

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
1 changed files with 1 additions and 1 deletions

View File

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