From d00c86a97392043d66574b8c903f58c04db301ca Mon Sep 17 00:00:00 2001 From: Alen Date: Wed, 13 Sep 2023 01:52:41 +0400 Subject: Add todo.txt config --- dot_todo.cfg.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dot_todo.cfg.tmpl (limited to 'dot_todo.cfg.tmpl') diff --git a/dot_todo.cfg.tmpl b/dot_todo.cfg.tmpl new file mode 100644 index 0000000..2b5125c --- /dev/null +++ b/dot_todo.cfg.tmpl @@ -0,0 +1,15 @@ +export TODO_DIR="${HOME}/.local/share/todo" +export TODO_FILE="${TODO_DIR}/todo.txt" +export DONE_FILE="${TODO_DIR}/done.txt" +export REPORT_FILE="${TODO_DIR}/report.txt" +export TODO_ACTIONS_DIR="$HOME/.config/todo.actions.d" +export PRI_A=${YELLOW} +export PRI_B=${GREEN} +export PRI_C=${LIGHT_BLUE} +export COLOR_DONE=${LIGHT_GREY} +export COLOR_PROJECT=${RED} +export COLOR_CONTEXT=${RED} +export COLOR_DATE=${BLUE} +export COLOR_NUMBER=${GRAY} +export COLOR_META=${CYAN} +export TODOTXT_SORT_COMMAND='todosort.py {{ .todo.personalPriority }}' -- cgit 1.4.1-2-gfad0