Trimmed progress display
This commit is contained in:
parent
eba6f977ec
commit
c2eee03ac2
@ -66,7 +66,7 @@ impl bar_modules::BarModuleActions for UnibarModuleMusic {
|
||||
parts.push(format!("{}", self.current_stdout));
|
||||
|
||||
if self.opts.music_progress {
|
||||
parts.push(format!("[{}]", self.progress_stdout));
|
||||
parts.push(format!("[{}]", self.progress_stdout.trim()));
|
||||
}
|
||||
|
||||
return format!("{}", parts.join(" "));
|
||||
|
Loading…
x
Reference in New Issue
Block a user