@@ -18,6 +18,9 @@ impl Bar {
bar.stdin(Stdio::piped());
bar.stdout(Stdio::piped());
+ bar.arg("-B");
+ bar.arg("#FF000000");
+
if !top {
bar.arg("-b");
}