Pi66

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

← back to log

args

author: pixel2175
date: 2025-05-26 22:40
hash: b950c7dcdae436db7264093d8718b77d6c5b1d00

Diffstat:

M

src/main.rs
4 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
diff --git a/src/main.rs b/src/main.rs
index a90eaaf..605ff4a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,11 +29,11 @@ struct Arg {
     image: Option<String>,

     /// reload Templates with setting the wallpaper
-    #[arg(short = 'r',long="reload-nowal", action = ArgAction::SetTrue)]
+    #[arg(short = 'r',long="reload", action = ArgAction::SetTrue)]
     reload: bool,

     /// reload Templates without setting the wallpaper
-    #[arg(short = 'R',long="reload" ,action = ArgAction::SetTrue)]
+    #[arg(short = 'R',long="Reload" ,action = ArgAction::SetTrue)]
     reload_nowal: bool,

     /// use external theme file