From d77e0194042f38654a346e893af37eda90418050 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 5 Jun 2021 23:58:52 -0500 Subject: [PATCH] updated todoman config. config format and name changed. --- .gitignore | 1 + todoman/.config/todoman/config.py | 6 ++++++ todoman/.config/todoman/todoman.conf | 7 ------- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 todoman/.config/todoman/config.py delete mode 100644 todoman/.config/todoman/todoman.conf diff --git a/.gitignore b/.gitignore index 8d9d215..3da127c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.log vifminfo vifm-help.txt +__pycache__/ diff --git a/todoman/.config/todoman/config.py b/todoman/.config/todoman/config.py new file mode 100644 index 0000000..fd744f5 --- /dev/null +++ b/todoman/.config/todoman/config.py @@ -0,0 +1,6 @@ +path = "~/.calendars/*" +default_due = 0 +date_format = "%Y-%m-%d" +default_list = "personal" +humanize = True +timeformat = "%H:%M" diff --git a/todoman/.config/todoman/todoman.conf b/todoman/.config/todoman/todoman.conf deleted file mode 100644 index 931d850..0000000 --- a/todoman/.config/todoman/todoman.conf +++ /dev/null @@ -1,7 +0,0 @@ -[main] -path = ~/.calendars/* -default_due = 0 -date_format = %Y-%m-%d -default_list = personal -humanize = true -timeformat = %H:%M