From b5e39f566cf8bce100a7443291e5aa19acfa9825 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 7 Aug 2015 11:15:58 -0700 Subject: [PATCH] added threshold for statusbar battery --- .config/i3status/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3status/config b/.config/i3status/config index 33f517b..485bfbc 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -29,6 +29,8 @@ ethernet eth0 { } battery 0 { + low_threshold = 10 + threshold_type = percentage last_full_capacity = false format = "%status %percentage %remaining" }