diff --git a/home/i3status-rust.nix b/home/i3status-rust.nix index 4121902..64e93dd 100644 --- a/home/i3status-rust.nix +++ b/home/i3status-rust.nix @@ -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";