1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 02:27: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 ### 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