From 9dfd3226d8d0fac87a8fe5fa00fc581c33a2bd70 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 25 Apr 2023 00:05:00 +0200 Subject: fix: fixed the architecture --- quand/config | 9 +++++++++ quand/config~ | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 quand/config create mode 100644 quand/config~ (limited to 'quand') 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 -- cgit v1.2.3