diff options
Diffstat (limited to 'khal.conf')
-rw-r--r-- | khal.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/khal.conf b/khal.conf new file mode 100644 index 0000000..f33d5fc --- /dev/null +++ b/khal.conf @@ -0,0 +1,22 @@ +[calendars] +[[malraux_calendar_local]] +path = ~/.calendars_google/corentin.breton@bts-malraux.net/ +type = discover +color = dark red +readonly = True + +[[perso_calendar_local]] +path = ~/.calendars/default/ +type = discover +color = yellow + +[[perso_contacts_local]] +path = ~/.contacts/default/ +type = discover + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M |