From 4a1e4e8b515aee82d70bea271f7af8d0df8748ab Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 12 Mar 2019 23:31:44 +0200 Subject: [PATCH] i3status: use power plug as battery status indicator, remove %remaining --- conf/i3status/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/i3status/config b/conf/i3status/config index d4b4c5bd..534f756b 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -50,7 +50,8 @@ ethernet _first_ { } battery all { - format = "%status %percentage %remaining" + # %remaining looks horrible especially with updating every second + format = "🔌%status %percentage" format_down = "" }