Pi66

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

← back to log

random wallpaper from dir

author: pixel
date: 2025-05-03 13:16
hash: eb9107b3c23365ffe502a8b2b1a1f0962177253d

Diffstat:

M

src/main.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/main.rs b/src/main.rs
index 4ac8f21..758c2b8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,7 +19,7 @@ use utils::*;
     about = "walrs - Generate colorscheme from image"
 )]
 struct Arg {
-    /// path/to/your/wal.png
+    /// path/to/your/wal.png | for random image: path/to/your/wallpapers/
     #[arg(short = 'i')]
     image: Option<String>,