From ae4ef3463c3158c85dbf416e7ebc9780ba1dca67 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 20 Apr 2023 10:51:37 +0200 Subject: [PATCH] Show battery information in i3status --- .config/i3status-rust/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index f28e3a7..d15de8d 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -111,6 +111,10 @@ format = " $icon $min min, $max max, $average avg " block = "load" format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) " +[[block]] +block = "battery" +format = "$percentage $time" + [[block]] block = "time" interval = 1