diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-06-19 06:28:46 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-06-19 06:28:46 +0300 |
commit | 39cee6afc258ec2665f94ddfe947a2a4796f57dc (patch) | |
tree | 2cc6d494d23d43f7c2e32a60e6439355fab48a54 /config.h | |
parent | ec3f814966004c7828516d27ce03ae96f6617c83 (diff) |
Code
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
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:'"; |