From 04bdd68e341f12331f0b405be84332fa605fad65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 11 Jan 2025 02:01:41 +0200 Subject: [PATCH] Add more network info to i3status --- program-config-files/i3.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/program-config-files/i3.nix b/program-config-files/i3.nix index 1cf990d..54673af 100644 --- a/program-config-files/i3.nix +++ b/program-config-files/i3.nix @@ -24,6 +24,7 @@ let order += "battery all" order += "cpu_usage" order += "memory" + order += "ipv6" order += "ethernet _first_" order += "wireless _first_" order += "disk /" @@ -48,6 +49,11 @@ let threshold_degraded = "10%" } + ipv6 { + format_up = " %iface: %ip " + format_down = " No IPv6 " + } + ethernet _first_ { format_up = " LAN: %ip " format_down = " No LAN " @@ -55,7 +61,7 @@ let wireless _first_ { format_up = " %quality%essid: %ip " - format_down = "" + format_down = " No WLAN " } disk "/" {