Pi66

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

← back to log

1.0.4

author: pixel
date: 2025-04-05 02:09
hash: 67dc9a4a4c9f18c40ec3bff5f3b083032f9e18f9

Diffstat:

M

src/main.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/main.rs b/src/main.rs
index 9e7f8c5..e1fa3d6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,7 +14,7 @@ use std::process::exit;
 use utils::*;

 #[derive(Parser, Debug)]
-#[command(name = "walrs",version="v1.0.3",about= "walrs - Generate colorscheme from image")]
+#[command(name = "walrs",version="v1.0.4-2",about= "walrs - Generate colorscheme from image")]
 struct Arg {
     /// path/to/your/wal.png
     #[arg(short = 'i')]