From e4bd4bd2a39515178ada751764dfd81e743784f9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 16 Oct 2009 22:21:05 +0200 Subject: battery: split up %remaining into %percentage and %remaining (Thanks shatter) --- i3status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.c') diff --git a/i3status.c b/i3status.c index c9ded2f..67b86dd 100644 --- a/i3status.c +++ b/i3status.c @@ -70,7 +70,7 @@ int main(int argc, char *argv[]) { }; cfg_opt_t battery_opts[] = { - CFG_STR("format", "%status %remaining", CFGF_NONE), + CFG_STR("format", "%status %percentage %remaining", CFGF_NONE), CFG_BOOL("last_full_capacity", false, CFGF_NONE), CFG_END() }; -- cgit v1.2.3