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
- 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

Loading…
Cancel
Save