forked from pimutils/khal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkhal.conf.sample
More file actions
33 lines (27 loc) · 795 Bytes
/
khal.conf.sample
File metadata and controls
33 lines (27 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#/etc/khal/khal.conf.sample
[calendars]
[[home]]
path = ~/.khal/calendars/home/
color = dark blue
[[work]]
path = ~/.khal/calendars/work/
readonly = True
[sqlite]
path = ~/.khal/khal.db
[locale]
local_timezone = Europe/Berlin
default_timezone = America/New_York
# 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.%m.
longdateformat = %d.%m.%Y
datetimeformat = %d.%m. %H:%M
longdatetimeformat = %d.%m.%Y %H:%M
firstweekday = 0
monthdisplay = firstday
[default]
default_calendar = home
timedelta = 2d # the default timedelta that list uses
highlight_event_days = True # the default is False
enable_mouse = True # mouse is enabled by default in interactive mode