9 lines
250 B
Nix
9 lines
250 B
Nix
|
{
|
||
|
format-wifi = "{essid} ({signalStrength}%) ";
|
||
|
format-ethernet = "Connected ";
|
||
|
tooltip-format = "{ifname}";
|
||
|
format-linked = "{ifname} (No IP) ";
|
||
|
format-disconnected = "Disconnected ";
|
||
|
on-click = "nm-connection-editor";
|
||
|
}
|