home/i3status-rs: add net interface block

This commit is contained in:
Asmir A 2025-03-19 14:50:44 +01:00
parent 65911327f3
commit 460f49e4b3
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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";