summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index fb293b425..0ba0b48b0 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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