[modules/battery] Better display for "unknown" charge status

Some laptops, such as Dells, may display an unknown charge state when
the battery is attached to a docking station, but discharging (because
of configuration settings for longevity of the battery).

Show that nicer.
This commit is contained in:
Tobias Witek 2018-11-09 18:19:05 +01:00
parent e5a003f961
commit 2994d0efa0
4 changed files with 17 additions and 3 deletions

View file

@ -88,7 +88,12 @@
"discharging-80": { "prefix": "", "suffix": "" },
"discharging-100": { "prefix": "", "suffix": "" },
"unlimited": { "prefix": "", "suffix": "" },
"estimate": { "prefix": "" }
"estimate": { "prefix": "" },
"unknown-10": { "prefix": "", "suffix": "" },
"unknown-25": { "prefix": "", "suffix": "" },
"unknown-50": { "prefix": "", "suffix": "" },
"unknown-80": { "prefix": "", "suffix": "" },
"unknown-100": { "prefix": "", "suffix": "" }
},
"caffeine": {
"activated": {"prefix": " " },