From 0a1c24d45a2df5ffa70f38fe177aa7264eb2dfe7 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Wed, 19 Jun 2024 06:28:46 +0300 Subject: Code --- config.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..a558272 --- /dev/null +++ b/config.h @@ -0,0 +1,4 @@ +#define TIMEFORMAT "%Y/%m/%d, %H:%M" + +static const char *filepath = ".local/share/notes/notes.txt"; +static const char *dmenucmd = "printf '' | dmenu -p 'Enter note:'"; -- cgit v1.2.3