[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:
parent
a312269240
commit
6a0578d2c3
2 changed files with 33 additions and 1 deletions
|
@ -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": " " }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue