Fix minor typo in waybar-states

This commit is contained in:
Michael Aquilina 2019-09-02 17:33:31 +01:00
parent 56d9cdc245
commit ec23984c4d
No known key found for this signature in database
GPG Key ID: 636066730B056BD1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ apply a class when the value matches the declared state value.
# STATES
- Every entry (*state*) consits of a *<name>* (typeof: *string*) and a *<value>* (typeof: *integer*).
- Every entry (*state*) consists of a *<name>* (typeof: *string*) and a *<value>* (typeof: *integer*).
- The state can be addressed as a CSS class in the *style.css*. The name of the CSS class is the *<name>* of the state.
Each class gets activated when the current capacity is equal or below the configured *<value>*.