diff options
Diffstat (limited to 'dot_todo.cfg.tmpl')
-rw-r--r-- | dot_todo.cfg.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
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 }}' |