Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

1.0.4

author: pixel
date: 2025-04-12 16:34
hash: e2a095065d616f379029785c79cc128bc5416e05

Diffstat:

M

src/colors.rs
7 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
diff --git a/src/colors.rs b/src/colors.rs
index 67f5199..22c1db5 100644
--- a/src/colors.rs
+++ b/src/colors.rs
@@ -119,13 +119,6 @@ pub fn pywal(
     }


-
-    Command::new("bash")
-        .arg("-c")
-        .arg("wal -R")
-        .output()
-        .expect("Can't Reload Colors");
-
     let cache_colors = PathBuf::from(home)
         .join(".cache")
         .join("wal")