fix typo in battery symbol config values
This commit is contained in:
parent
5156c9fe23
commit
32eb0ac5f7
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ number by adjusting the `tmux_conf_battery_symbol` and
|
||||||
tmux_conf_battery_symbol_count=5
|
tmux_conf_battery_symbol_count=5
|
||||||
|
|
||||||
The possible values for `tmux_conf_battery_symbol` are `block` (default) or
|
The possible values for `tmux_conf_battery_symbol` are `block` (default) or
|
||||||
`block`. The default number of symbol displayed is `10`.
|
`heart`. The default number of symbol displayed is `10`.
|
||||||
|
|
||||||
To customize the battery bar colors, adjust the `tmux_conf_battery_palette`
|
To customize the battery bar colors, adjust the `tmux_conf_battery_palette`
|
||||||
variable. You can either specify a `'colour_full_fg,colour_empty_fg,colour_bg'`
|
variable. You can either specify a `'colour_full_fg,colour_empty_fg,colour_bg'`
|
||||||
|
|
Loading…
Reference in a new issue