[calendars]
[[mart]]
-path = ~/.vdirsyncer/cal/mart
+path = ~/.local/share/vdirsyncer/cal/mart
color = light green
[[elvira]]
-path = ~/.vdirsyncer/cal/elvira
+path = ~/.local/share/vdirsyncer/cal/elvira
color = light magenta
[[default]]
-path = ~/.vdirsyncer/cal/calendar
+path = ~/.local/share/vdirsyncer/cal/calendar
color = light blue
[[vuilnis]]
-path = ~/.vdirsyncer/cal/vuilnis
+path = ~/.local/share/vdirsyncer/cal/vuilnis
color = brown
[[uni]]
-path = ~/.vdirsyncer/uni
+path = ~/.local/share/vdirsyncer/uni
color = light red
readonly = True
[sqlite]
-path = ~/.vdirsyncer/khal.db
+path = ~/.local/share/khal/khal.db
[locale]
timeformat = %H:%M
[addressbooks]
[[dav]]
-path = ~/.vdirsyncer/card/default
+path = ~/.local/share/vdirsyncer/card/default
[general]
editor = vim
[main]
-path = ~/.vdirsyncer/tasks/default
+path = ~/.local/share/vdirsyncer/tasks/default
[general]
# A folder where vdirsyncer can store some metadata about each pair.
-status_path = "~/.vdirsyncer/status/"
+status_path = "~/.local/share/vdirsyncer/status/"
#default_command = "sync"
# CARDDAV
[storage contacts_local]
type = "filesystem"
-path = "~/.vdirsyncer/card"
+path = "~/.local/share/vdirsyncer/card"
fileext = ".vcf"
[storage contacts_remote]
[storage calendar_local]
type = "filesystem"
-path = "~/.vdirsyncer/cal"
+path = "~/.local/share/vdirsyncer/cal"
fileext = ".ics"
[storage calendar_remote]
[storage tasks_local]
type = "filesystem"
-path = "~/.vdirsyncer/tasks"
+path = "~/.local/share/vdirsyncer/tasks"
fileext = ".ics"
[storage tasks_remote]