home/i3status-rs: add net interface block
This commit is contained in:
parent
65911327f3
commit
460f49e4b3
@ -55,6 +55,12 @@
|
||||
if_command = "ip link show enp7s0f3u1u1";
|
||||
interval = 2;
|
||||
}
|
||||
{
|
||||
block = "net";
|
||||
device = "enp7s0f4u1u1";
|
||||
if_command = "ip link show enp7s0f4u1u1";
|
||||
interval = 2;
|
||||
}
|
||||
{
|
||||
block = "net";
|
||||
if_command = "ip link show eno1";
|
||||
|
Loading…
Reference in New Issue
Block a user