From 3bc665a0b88547b70b7baa08a2a39bb172e5dbec Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 8 Nov 2020 18:18:57 +0100 Subject: [PATCH] [sway/i3status-rs] exclude docker network & collapse temperature --- sway/i3status-rust.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/i3status-rust.toml b/sway/i3status-rust.toml index a61f373..13feee1 100644 --- a/sway/i3status-rust.toml +++ b/sway/i3status-rust.toml @@ -25,6 +25,7 @@ alert_absolute = true [[block]] block = "networkmanager" on_click = "alacritty -e nmtui" +interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"] [[block]] block = "memory" @@ -33,7 +34,6 @@ format_swap = "{SUp}%" [[block]] block = "temperature" -collapsed = false format = "{average}°C" [[block]]