From c6eeb9feba4d9c89ac1d48f698916cd794cd38f6 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Fri, 20 Oct 2023 23:22:36 +0100 Subject: [PATCH] feat(i3status-rs): show VPN status --- home/i3status-rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/i3status-rust.nix b/home/i3status-rust.nix index 9e90df36..19bd2ac1 100644 --- a/home/i3status-rust.nix +++ b/home/i3status-rust.nix @@ -65,7 +65,7 @@ let } ]; missing_format = ""; - }) [ "eth0" "eno1" "wlp4s0" "enp164s0u1" "enp61s0u2u1u2" "enp61s0u1u1u2" "wlp0s20f3" "enp9s0u1u1u2" ]; + }) [ "eth0" "eno1" "wlp4s0" "enp164s0u1" "enp61s0u2u1u2" "enp61s0u1u1u2" "wlp0s20f3" "enp9s0u1u1u2" "tun0" ]; hostName = osConfig.networking.hostName; isBoar = hostName == "boar";