1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00

Merge pull request #450 from Disr0/fix_upower_docs

docs: correct formatting token time_remaining in upower module
This commit is contained in:
Jake Stanger 2024-02-13 17:00:54 +00:00 committed by GitHub
commit 584300afd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,11 +74,11 @@ end:
The following tokens can be used in the `format` config option, The following tokens can be used in the `format` config option,
and will be replaced with values from the current battery state: and will be replaced with values from the current battery state:
| Token | Description | | Token | Description |
|----------------|------------------------------------------| |---------------------|------------------------------------------|
| `{percentage}` | The battery charge percentage. | | `{percentage}` | The battery charge percentage. |
| `{state}` | The current battery (dis)charging state. | | `{state}` | The current battery (dis)charging state. |
| `{remaining}` | The ETA to battery empty or full. | | `{time_remaining}` | The ETA to battery empty or full. |
## Styling ## Styling