From 18d6b2d7d90d4d63f861d15b916d5191883f8d89 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 7 Sep 2020 10:51:00 +0200 Subject: [PATCH] Limit show interfaces in i3status-rs --- dot_config/i3/status.toml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/i3/status.toml.tmpl b/dot_config/i3/status.toml.tmpl index 31a8007..e908885 100644 --- a/dot_config/i3/status.toml.tmpl +++ b/dot_config/i3/status.toml.tmpl @@ -14,6 +14,7 @@ format = "{percentage}% {time} {power}W" [[block]] block = "networkmanager" on_click = "nm-connection-editor" +interface_name_include = [ "wlo1", "eno1", "wg0" ] {{ end -}} [[block]]