diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2016-09-20 10:30:13 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2016-09-20 10:30:13 +0200 |
commit | a23d4076c7872b9978b1cf997c63560c4c2e2238 (patch) | |
tree | 43502dd20d1d01bed9c15fd1425bd43725e13842 | |
parent | 54eb451d2a917836f806859d8bfd409892347e7f (diff) | |
download | dotfiles-a23d4076c7872b9978b1cf997c63560c4c2e2238.tar.xz dotfiles-a23d4076c7872b9978b1cf997c63560c4c2e2238.zip |
Ajout du fichier de conf pour le calendrier
-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 |