1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

todoman: config file was moved

This commit is contained in:
tiyn 2022-09-07 05:24:43 +02:00
parent a62f18a4b5
commit 1fd9c7a738

View File

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