changed progress bar color

This commit is contained in:
k4yt3x 2022-02-28 17:33:16 +00:00
parent 6e72df66fc
commit f7756886e7

View File

@ -231,7 +231,7 @@ class Video2X:
# create progress bar
with Progress(
"[progress.description]{task.description}",
BarColumn(finished_style="green"),
BarColumn(complete_style="blue", finished_style="green"),
"[progress.percentage]{task.percentage:>3.0f}%",
"[color(240)]({task.completed}/{task.total})",
ProcessingSpeedColumn(),