alive-progress
alive-progress copied to clipboard
Further customizing possible?
I already figured out how to customize the bar using the monitor
and stats
argument and that works just fine. However I was wondering if it's possible to customize these strings even more. I'm thinking of this string (for monitor
) for example which is supposed to show the {count}
variable divided by 10 and rounded to 2 decimal places -> "{round(count/10, 2)}/{total}"
. Basically I want to process the shown values even further. Is customization like this already possible?
edit: A related question that just came to my mind is if the order in which the items are shown can be customized. Currently it's this layout: title [----progress----] monitor elapsed stats
. Can this order be changed?