Changelog
This commit is contained in:
parent
cda09a2ca9
commit
7eaa989315
5
1.7.md
5
1.7.md
|
@ -96,7 +96,7 @@ called `fg` which will set the color to your foreground color.
|
|||
|
||||
### Progress Bars
|
||||
|
||||
- You can now enable/disable a border around the progress bars.
|
||||
- You can now enable/disable a border around the progress bars with `progress_border`.
|
||||
|
||||
```sh
|
||||
# $progress_border on
|
||||
|
@ -106,7 +106,8 @@ called `fg` which will set the color to your foreground color.
|
|||
=====-----
|
||||
```
|
||||
|
||||
- You can now individually set the progress bar characters. This means that you can<br \>
|
||||
- You can now individually set the progress bar characters by using<br \>
|
||||
`progress_char_elapsed` and `progress_char_total`. This means that you can<br \>
|
||||
have a seperate character for the elapsed and total portions of the bar.
|
||||
|
||||
```sh
|
||||
|
|
Reference in New Issue