From 4e3118e3c70e381530ad2efca6c7e56164284827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 12 Feb 2024 15:03:39 +0100 Subject: [PATCH] i3status: Try to make width more static --- i3/i3status-rust/config.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/i3status-rust/config.toml.j2 b/i3/i3status-rust/config.toml.j2 index 9f59757..7e29a88 100644 --- a/i3/i3status-rust/config.toml.j2 +++ b/i3/i3status-rust/config.toml.j2 @@ -27,7 +27,7 @@ format = " $icon {$combo $prev $play $next|-} " block = "sound" driver = "pulseaudio" max_vol = 100 -format = " $icon{ $volume.eng(2)|} " +format = " $icon{ $volume.eng(w:2)|} " [[block.click]] button = "left" @@ -57,7 +57,7 @@ format = " $icon{ $signal_strength|}{ $ssid | }" [[block]] block = "load" -format = " $icon $1m.eng(4) " +format = " $icon $1m.eng(w:4) " warning = 4 critical = 1000 interval = 1