todoman: config file was moved

master
tiyn 2 years ago
parent a62f18a4b5
commit 1fd9c7a738

@ -11,15 +11,15 @@ You can sync it using [vdirsyncer](vdirsyncer.md)
### Configuration ### Configuration
- Edit the `~/.config/todoman/todoman.conf` - Edit the `~/.config/todoman/config.py`
- Insert the following lines - Insert the following lines
```txt ```txt
[main] #[main]
path = ~/.local/share/pim/calendars/*/* path = "~/.local/share/pim/calendars/*/*"
date_format = %d.%m.%Y date_format = "%d.%m.%Y"
time_format = %H:%M time_format = "%H:%M"
default_list = personal default_list = "personal"
``` ```
Replace `personal` with your choice of primary list and Replace `personal` with your choice of primary list and

Loading…
Cancel
Save