瀏覽代碼

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