diff options
-rw-r--r-- | .config/khal/khal.conf | 4 | ||||
-rw-r--r-- | .config/khard/khard.conf | 3 | ||||
-rw-r--r-- | .vdirsyncer/config | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index c01af33..b4e41b1 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -34,6 +34,10 @@ color = dark cyan path = ~/.calendars/unix-pool color = dark magenta +[[work]] +path = ~/.calendars/work +color = dark magenta + # AKT [[ak]] path = ~/.calendars/ak_shared_by_mvoigt diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index ad15cc1..9a92f3b 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -16,9 +16,6 @@ path = ~/.contacts/private/ [[services]] path = ~/.contacts/services/ -[[tu-berlin]] -path = ~/.contacts/tu-berlin/ - [[unixpool]] path = ~/.contacts/unixpool/ diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 7f57a14..2c81022 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -7,7 +7,7 @@ password_command = pass2vdirsyncer [pair dave_contacts] a = dave_contacts_local b = dave_contacts_remote -collections = ["bands","private","services","tu-berlin","unixpool", "venues"] +collections = ["bands", "private", "services", "unixpool", "venues"] conflict_resolution = "b wins" [storage dave_contacts_local] @@ -43,7 +43,7 @@ username = drunge [pair dave_calendar] a = dave_calendar_local b = dave_calendar_remote -collections = ["akt", "contact_birthdays", "flat", "private", "unix-pool", "courses", "live", "concerts"] +collections = ["akt", "concerts", "contact_birthdays", "courses", "flat", "live", "private", "unix-pool", "work"] [storage dave_calendar_local] type = filesystem |