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-04 19:45
hash: 573bac0590e5d17b6c61ee4987ee46209159bb19

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 2e2db4f..82270b7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -52,12 +52,12 @@ fn main() {


     if arg.reload_nowal {
-        reload(!arg.quit,false);
+        reload(!arg.quit,true);
         exit(0);
     }

     if arg.reload {
-        reload(!arg.quit,true);
+        reload(!arg.quit,false);
         exit(0);
     }