Skip to content

v1.17

Compare
Choose a tag to compare
@rianadon rianadon released this 17 Mar 21:33
· 116 commits to main since this release

The updates never stop! I've added two new configuration options: bar_radius and invert.

The bar_radius option controls the border radius (i.e. rounding of corners) of the bars. But if you configured your progress bar to shrink with time, you'll see this:

Screen Shot 2022-03-17 at 1 59 09 PM

That's no good! So I've added another option invert, which is meant to replace the hacky adjustment of bar_foreground, bar_background, and bar_direction needed to invert the bar colors. Now, adding invert: true will achieve the same thing, and it will work corrrectly with bar_radius!

image