From 1fd9c7a738ac90c2651590c116833ca4bff0c676 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 7 Sep 2022 05:24:43 +0200 Subject: [PATCH] todoman: config file was moved --- wiki/linux/todoman.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wiki/linux/todoman.md b/wiki/linux/todoman.md index c0185e2..015d41b 100644 --- a/wiki/linux/todoman.md +++ b/wiki/linux/todoman.md @@ -11,15 +11,15 @@ You can sync it using [vdirsyncer](vdirsyncer.md) ### Configuration -- Edit the `~/.config/todoman/todoman.conf` +- Edit the `~/.config/todoman/config.py` - Insert the following lines ```txt -[main] -path = ~/.local/share/pim/calendars/*/* -date_format = %d.%m.%Y -time_format = %H:%M -default_list = personal +#[main] +path = "~/.local/share/pim/calendars/*/*" +date_format = "%d.%m.%Y" +time_format = "%H:%M" +default_list = "personal" ``` Replace `personal` with your choice of primary list and