28 lines
510 B
Text
28 lines
510 B
Text
|
[calendars]
|
||
|
[[default]]
|
||
|
path = ~/.calendars/default/
|
||
|
color = dark red
|
||
|
[[birthdays]]
|
||
|
path = ~/.calendars/contact_birthdays
|
||
|
color = yellow
|
||
|
|
||
|
[sqlite]
|
||
|
path = ~/.khal/khal.db
|
||
|
|
||
|
[locale]
|
||
|
local_timezone = Europe/Paris
|
||
|
default_timezone = Europe/Paris
|
||
|
|
||
|
timeformat = %H:%M
|
||
|
dateformat = %d.%m.
|
||
|
longdateformat = %d.%m.%Y
|
||
|
datetimeformat = %d.%m. %H:%M
|
||
|
longdatetimeformat = %d.%m.%Y %H:%M
|
||
|
|
||
|
firstweekday = 0
|
||
|
|
||
|
[default]
|
||
|
default_command = calendar
|
||
|
default_calendar = default
|
||
|
highlight_event_days = True # the default is False
|