diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-05 08:40:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-05 08:40:43 -0500 |
commit | e7e7825f604bad7dfc2b9127071e79b49e86c0ba (patch) | |
tree | ab990398528fc7d53eca73a26fa1a7d225d99b88 | |
parent | 5869f1e4d220dd020113deade66ea01790d2023e (diff) |
updated khard and vdirsyncer to use new calendar and contacts
-rw-r--r-- | .config/khard/khard.conf | 4 | ||||
-rw-r--r-- | .config/vdirsyncer/config | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 0c97f7b..70edc57 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -5,13 +5,13 @@ [addressbooks] [[personal]] -path = ~/.contacts/contacts/ +path = ~/.contacts/02f674f8-c83d-d9f8-886e-05422d143cb4 [general] debug = no default_action = list # These are either strings or comma seperated lists -editor = nvim, -i, NONE +editor = vim, -i, NONE merge_editor = vimdiff [contact table] diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 5f57c53..76a7d0c 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -43,11 +43,11 @@ fileext = ".vcf" [storage lxf_contacts_remote] type = "carddav" -url = "https://cloud.luxagraf.net/remote.php/carddav/" +url = "https://cal.luxagraf.net/luxagraf" username="luxagraf" # The password can also be fetched from the system password storage, netrc or a # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html -password.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] # CALDAV [pair lxf_calendar] @@ -65,8 +65,8 @@ fileext = ".ics" [storage lxf_calendar_remote] type = "caldav" -url = "https://cloud.luxagraf.net/remote.php/caldav/" +url = "https://cal.luxagraf.net/luxagraf" username="luxagraf" # The password can also be fetched from the system password storage, netrc or a # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html -password.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] |