Skip to content

net widgets and iface arrays #367

Open
@emacsomancer

Description

@emacsomancer

I'm having trouble with the netup/down and different interfaces. With the default, it never detects any network unless I'm on tun0 (vpn). When I manually configure it, I have the following behaviour:

The array doesn't seem to work.

If I insert iface = "wlp2s0", under local netupinfo = lain.widgets.net({

it correctly collects information on that interface.

But if I instead insert:

iface = { "enp0s25", "tun0", "wlp2s0" },

then it will not collect information on wlp2s0. Though (as far as I can tell) it always correctly collects info on tun0. enp0s25 seems to behave similarly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions