X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/91bae9cd7d247521ae4b3b3dce4304eb3dc118d0..1dbcbf48a66dd152567b90130763c744877dc192:/khal/config diff --git a/khal/config b/khal/config new file mode 100644 index 0000000..a7468e3 --- /dev/null +++ b/khal/config @@ -0,0 +1,31 @@ +#/etc/khal/khal.conf.sample +[calendars] +[[home]] +path = ~/.local/share/calendars/events +color = dark blue + +[sqlite] +path = ~/.local/share/khal/khal.db + +[locale] +local_timezone = Europe/London +default_timezone = Europe/London + +# If you use certain characters (e.g. commas) in these formats you may need to +# enclose them in "" to ensure that they are loaded as strings. +timeformat = %H:%M +dateformat = %d %B +longdateformat = %Y-%m-%d +datetimeformat = %c +longdatetimeformat = %Y-%m-%d %H:%M + +firstweekday = 0 + +[view] +monthdisplay = firstday +agenda_day_format = "{bold}{name}, {date}{reset}" + +[default] +default_calendar = home +timedelta = 2d # the default timedelta that list uses +highlight_event_days = True # the default is False