Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

Add: custom template output path added

author: pixel
date: 2025-05-03 15:53
hash: 18fc3985b430b06478deb18dd8211c730b5645e3

Diffstat:

M

Cargo.lock
2 +++++++++++++++---------------

M

src/main.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/Cargo.lock b/Cargo.lock
index 6ce4257..da3cc71 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1344,7 +1344,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"

 [[package]]
 name = "walrs"
-version = "1.0.6"
+version = "1.0.7"
 dependencies = [
  "clap 4.5.37",
  "color-thief",
diff --git a/src/main.rs b/src/main.rs
index 532ec33..d43eb0c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,7 +15,7 @@ use utils::*;
 #[derive(Parser, Debug)]
 #[command(
     name = "walrs",
-    version = "v1.0.6",
+    version = "v1.0.7",
     about = "walrs - Generate colorscheme from image"
 )]
 struct Arg {