Skip to content

Commit

Permalink
Merge pull request #450 from Disr0/fix_upower_docs
Browse files Browse the repository at this point in the history
docs: correct formatting token time_remaining in upower module
  • Loading branch information
JakeStanger authored Feb 13, 2024
2 parents f5f6b37 + 62eafe2 commit 584300a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/modules/Upower.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 584300a

Please sign in to comment.