summaryrefslogtreecommitdiff
path: root/quand
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-04-25 00:05:00 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-04-25 00:05:00 +0200
commit9dfd3226d8d0fac87a8fe5fa00fc581c33a2bd70 (patch)
treec78896374370d0e4d5dee52b543b9377201e1a9d /quand
parent71c18f5d5da18862eea8b68f114772e68bdbbbc5 (diff)
fix: fixed the architecture
Diffstat (limited to 'quand')
-rw-r--r--quand/config9
-rw-r--r--quand/config~9
2 files changed, 18 insertions, 0 deletions
diff --git a/quand/config b/quand/config
new file mode 100644
index 0000000..a8bbdb8
--- /dev/null
+++ b/quand/config
@@ -0,0 +1,9 @@
+calendar=/tmp/calendar
+header=0
+past=0
+future=1
+mondayfirst=1
+yesterday="\033[36myesterday "
+today="\033[35;1mtoday "
+tomorrow="\033[32mtomorrow "
+special="\033[33;3m*special* " \ No newline at end of file
diff --git a/quand/config~ b/quand/config~
new file mode 100644
index 0000000..6b74b64
--- /dev/null
+++ b/quand/config~
@@ -0,0 +1,9 @@
+calendar=/tmp/calendar
+header=0
+past=0
+future=5
+mondayfirst=1
+yesterday="\033[36myesterday "
+today="\033[35;1mtoday "
+tomorrow="\033[32mtomorrow "
+special="\033[33;3m*special* " \ No newline at end of file