fix: Add display for unknown battery state (#316)

This commit is contained in:
谢祯晖
2019-09-21 00:52:54 +08:00
committed by Matan Kushner
parent c2875d99b6
commit 14fe246138
3 changed files with 37 additions and 0 deletions
+12
View File
@@ -119,6 +119,18 @@ The module is only visible when the device's battery is below 10%.
| `display` | [link](#battery-display) | Display threshold and style for the module. |
| `disabled` | `false` | Disables the `battery` module. |
<details>
<summary>There are also options for some uncommon battery states.</summary>
| Variable | Description |
|------------------|-----------------------------------------------------|
| `unknown_symbol` | The symbol shown when the battery state is unknown. |
| `empty_symbol` | The symbol shown when the battery state is empty. |
Note: Battery indicator will be hidden if the status is `unknown` or `empty` unless you specify the option in the config.
</details>
### Example
```toml