From 201d3d71eab8a5047ecb3da2b672791a1ff5dc21 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Nov 2020 17:13:37 +0100 Subject: [PATCH] Remove khard and khal --- home/.config/khal/config | 16 ---------------- home/.config/khard/khard.conf | 26 -------------------------- 2 files changed, 42 deletions(-) delete mode 100644 home/.config/khal/config delete mode 100644 home/.config/khard/khard.conf diff --git a/home/.config/khal/config b/home/.config/khal/config deleted file mode 100644 index aaddd64..0000000 --- a/home/.config/khal/config +++ /dev/null @@ -1,16 +0,0 @@ -[calendars] - -[[calendar_local]] -path = ~/.calendar/* -type = discover - -[[contacts_local]] -path = ~/.contacts/d6abd3ea-3abd-7550-9f24-f06293d36a82/ -type = birthdays - -[locale] -timeformat = %H:%M -dateformat = %Y-%m-%d -longdateformat = %Y-%m-%d -datetimeformat = %Y-%m-%d %H:%M -longdatetimeformat = %Y-%m-%d %H:%M diff --git a/home/.config/khard/khard.conf b/home/.config/khard/khard.conf deleted file mode 100644 index 4a7abec..0000000 --- a/home/.config/khard/khard.conf +++ /dev/null @@ -1,26 +0,0 @@ -[addressbooks] -[[personal]] -path = ~/.contacts/d6abd3ea-3abd-7550-9f24-f06293d36a82/ - -[general] -debug = no -default_action = list -editor = nvim, -i, NONE -merge_editor = nvim, -d - -[contact table] -display = first_name -group_by_addressbook = no -reverse = no -show_nicknames = yes -show_uids = no -sort = last_name -localize_dates = yes -preferred_phone_number_type = pref, cell, home -preferred_email_address_type = pref, home, work - -[vcard] -private_objects = Jabber, -preferred_version = 3.0 -search_in_source_files = no -skip_unparsable = no