소스 검색

Set bar background to black

Thomas Dy 9 년 전
부모
커밋
bed26a5bec
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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");
         }