diff options
author | David Runge <dave@sleepmap.de> | 2024-03-14 22:58:50 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-03-14 22:58:50 +0100 |
commit | ea5bc8c05c66ef17c47566806cef2ec1d3120b8f (patch) | |
tree | e62e3c05bcc0b0db895bfed00efecd8ba586caf4 /.config/khal/config | |
parent | f92ec3d154ff9de7d7f5894e56b79929af277dec (diff) | |
download | dotfiles-ea5bc8c05c66ef17c47566806cef2ec1d3120b8f.tar.gz dotfiles-ea5bc8c05c66ef17c47566806cef2ec1d3120b8f.tar.bz2 dotfiles-ea5bc8c05c66ef17c47566806cef2ec1d3120b8f.tar.xz dotfiles-ea5bc8c05c66ef17c47566806cef2ec1d3120b8f.zip |
khal: Adapt to changed directory setup of vdirsyncer
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/khal/config')
-rw-r--r-- | .config/khal/config | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/khal/config b/.config/khal/config index 308b403..05a65e6 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -8,44 +8,44 @@ color = 'light red' # cloud.sleepmap.de [[birthdays]] -path = ~/.local/state/vdirsyncer/calendars/contact_birthdays +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/contact_birthdays readonly = True color = 'white' [[concerts]] -path = ~/.local/state/vdirsyncer/calendars/concerts +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/concerts color = 'brown' [[flat]] -path = ~/.local/state/vdirsyncer/calendars/flat +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/flat color = 'light blue' [[live]] -path = ~/.local/state/vdirsyncer/calendars/live +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/live color = 'light magenta' [[private]] -path = ~/.local/state/vdirsyncer/calendars/private +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/private color = 'dark cyan' [[work]] -path = ~/.local/state/vdirsyncer/calendars/work +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/work color = 'dark red' [[t4]] -path = ~/.local/state/vdirsyncer/calendars/bus_shared_by_t4 +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/bus_shared_by_t4 color = 'dark cyan' [[nanni]] -path = ~/.local/state/vdirsyncer/calendars/personal_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/dave_calendar/personal_shared_by_nanni color = 'light magenta' [[work_nanni]] -path = ~/.local/state/vdirsyncer/calendars/work_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/nanni_calendar/nanni-work_shared_by_nanni color = 'light magenta' [[fsf_nanni]] -path = ~/.local/state/vdirsyncer/calendars/flanger-studio-four_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/nanni_calendar/flanger-studio-four_shared_by_nanni color = 'light magenta' [sqlite] |