23 lines
501 B
Nix
23 lines
501 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
format = "{ifname}";
|
|
format-wifi = "{icon}";
|
|
format-ethernet = "";
|
|
format-disconnected = "";
|
|
format-linked = " {ifname} (No IP)";
|
|
tooltip-format = "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}";
|
|
tooltip-format-wifi = "{essid} {icon} {signalStrength}%";
|
|
tooltip-format-ethernet = "{essid} ";
|
|
tooltip-format-disconnected = " Disconnected";
|
|
max-length = 50;
|
|
format-icons = [
|
|
""
|
|
""
|
|
""
|
|
""
|
|
""
|
|
];
|
|
}
|