[modules/battery] Incorporate @yvesh's estimated time remaining

Move changes proposed by @yvesh to show the remaining battery time into
the battery module.

see #146
This commit is contained in:
Tobias Witek 2017-07-23 18:45:07 +02:00
parent a312269240
commit 6a0578d2c3
2 changed files with 33 additions and 1 deletions

View file

@ -75,7 +75,9 @@
"discharging-25": { "prefix": "", "suffix": "" },
"discharging-50": { "prefix": "", "suffix": "" },
"discharging-80": { "prefix": "", "suffix": "" },
"discharging-100": { "prefix": "", "suffix": "" }
"discharging-100": { "prefix": "", "suffix": "" },
"unlimited": { "prefix": "", "suffix": "" },
"estimate": { "prefix": "" }
},
"caffeine": {
"activated": {"prefix": " " }, "deactivated": { "prefix": " " }