diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-16 22:21:05 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-16 22:21:05 +0200 |
commit | e4bd4bd2a39515178ada751764dfd81e743784f9 (patch) | |
tree | 97aa95bc6b0c7656377058eeea904dae2d447c04 /i3status.c | |
parent | 5fc2a8a38e37ba4d2e55f8fba75a051e1a88ccc8 (diff) |
battery: split up %remaining into %percentage and %remaining (Thanks shatter)
Diffstat (limited to 'i3status.c')
-rw-r--r-- | i3status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() }; |