summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:28:46 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:28:46 +0300
commit39cee6afc258ec2665f94ddfe947a2a4796f57dc (patch)
tree2cc6d494d23d43f7c2e32a60e6439355fab48a54 /config.h
parentec3f814966004c7828516d27ce03ae96f6617c83 (diff)
Code
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
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:'";