Add fallback for when network device is not missing but also has no ip/ssid
This commit is contained in:
parent
c7408256b2
commit
c566c48045
1 changed files with 4 additions and 4 deletions
|
@ -86,25 +86,25 @@ in
|
||||||
{
|
{
|
||||||
block = "net";
|
block = "net";
|
||||||
device = "wlp2s0";
|
device = "wlp2s0";
|
||||||
format = " $icon $ssid ";
|
format = " $icon {$ssid|No SSID} ";
|
||||||
missing_format = "";
|
missing_format = "";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "net";
|
block = "net";
|
||||||
device = "wlp0s20f3";
|
device = "wlp0s20f3";
|
||||||
format = " $icon $ssid ";
|
format = " $icon {$ssid|No SSID} ";
|
||||||
missing_format = "";
|
missing_format = "";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "net";
|
block = "net";
|
||||||
device = "enp0s31f6";
|
device = "enp0s31f6";
|
||||||
format = " $icon $ip ";
|
format = " $icon {$ip|No IP} ";
|
||||||
missing_format = "";
|
missing_format = "";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "net";
|
block = "net";
|
||||||
device = "enp0s13f0u2u2";
|
device = "enp0s13f0u2u2";
|
||||||
format = " $icon $ip ";
|
format = " $icon {$ip|No IP} ";
|
||||||
missing_format = "";
|
missing_format = "";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue