Closed BroodjeKroepoek closed 2 years ago
I've already tried string.rjust and string.ljust, but I think internally the whitespace is stripped from bar_title. So my question is how do I align the bars?
I want something like this:
Hello @BroodjeKroepoek,
It's easy, I've made an option called title_length, which makes all titles use that exact size, i.e. if less it gets spaces, if more it is truncated.
title_length
It is cited twice in the README, here:
and here:
I've already tried string.rjust and string.ljust, but I think internally the whitespace is stripped from bar_title. So my question is how do I align the bars?
I want something like this: