aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--src/config.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4803f4..3fdfe62 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ install: all
uninstall:
rm ~/.local/bin/stroke_buddy
+ rm ~/.local/bin/sb
rm ~/.config/systemd/user/stroke_buddy.service
rm ~/.config/systemd/user/default.target.wants/stroke_buddy.service
# rm -rf ~/.local/stroke_buddy
diff --git a/src/config.h b/src/config.h
index 908a95b..040cfc6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,7 @@
#define LOG_FP stderr
#define LOG_LEVEL LOG_INFO
-#define REPORT_PATH "/home/spv/.local/stroke_buddy/%d-%d-%d@%d.log"
+#define REPORT_PATH "/home/spv/.local/stroke_buddy/%d-%02d-%02d@%d.log"
#define IDLE_TIME 30