home: wm: i3bar: fix 'net' block when disconnected
Some checks are pending
ci/woodpecker/push/check Pipeline is pending
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:
parent
066a33587d
commit
a657a7742e
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue