Skip to content

Commit

Permalink
More progress bar style tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Mar 25, 2024
1 parent 074f704 commit 7adda67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::time::Duration;
use indicatif::{ProgressBar, ProgressStyle};

const PROGRESS_BAR_TEMPLATE: &str =
"{spinner:.bold.cyan} {msg:>11.bold.cyan} [{bar:32}] {pos} / {len}";
"{spinner:.bold.cyan} {msg:11.bold.cyan} [{bar:.bold}] {pos:>2} / {len:2}";
const PROGRESS_BAR_CHARACTERS: &str = "=> ";
const PROGRESS_BAR_TICKERS: &str = "⠙⠹⠸⠼⠴⠦⠧⠇⠏ ";

Expand Down

0 comments on commit 7adda67

Please sign in to comment.