mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
docs: correct formatting tokens in upower
This commit is contained in:
parent
f5f6b377a1
commit
62eafe22b3
1 changed files with 5 additions and 5 deletions
|
@ -74,11 +74,11 @@ end:
|
|||
The following tokens can be used in the `format` config option,
|
||||
and will be replaced with values from the current battery state:
|
||||
|
||||
| Token | Description |
|
||||
|----------------|------------------------------------------|
|
||||
| `{percentage}` | The battery charge percentage. |
|
||||
| `{state}` | The current battery (dis)charging state. |
|
||||
| `{remaining}` | The ETA to battery empty or full. |
|
||||
| Token | Description |
|
||||
|---------------------|------------------------------------------|
|
||||
| `{percentage}` | The battery charge percentage. |
|
||||
| `{state}` | The current battery (dis)charging state. |
|
||||
| `{time_remaining}` | The ETA to battery empty or full. |
|
||||
|
||||
## Styling
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue