Przeglądaj źródła

Set bar background to black

Thomas Dy 9 lat temu
rodzic
commit
bed26a5bec
1 zmienionych plików z 3 dodań i 0 usunięć
  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");
         }