From 20eeff217f410a274e1893eb3ea717e7402b4620 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:53:41 +0100 Subject: add pimutils configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/todoman/config.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/todoman/config.py (limited to '.config/todoman') diff --git a/.config/todoman/config.py b/.config/todoman/config.py new file mode 100644 index 0000000..3a982f8 --- /dev/null +++ b/.config/todoman/config.py @@ -0,0 +1,6 @@ +# A glob expression which matches all directories relevant. +path = "~/calendars/tasks/" +date_format = "%Y-%m-%d" +time_format = "%H:%M" +default_list = "tasks" +default_due = 48 -- cgit 1.4.1