Explorar o código

Set bar background to black

Thomas Dy %!s(int64=9) %!d(string=hai) anos
pai
achega
bed26a5bec
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/bar.rs

+ 3 - 0
src/bar.rs

@@ -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");
         }