aboutsummaryrefslogtreecommitdiffstats
path: root/.config/khal/khal.conf
blob: 0284874dadda5defb3440dce52583302d40d3a74 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
#/etc/khal/khal.conf.sample
[calendars]
[[pool]]
path = ~/.calendars/pool
readonly = True
color = dark magenta

[[private]]
path = ~/.calendars/private
readonly = True
color = dark cyan

[[courses]]
path = ~/.calendars/courses
readonly = True
color = brown

[[frqrec]]
path = ~/.calendars/frqrec
readonly = True
color = brown

[[d228]]
path = ~/.calendars/room
readonly = True
color = dark green

[sqlite]
path = ~/.config/khal/khal.db

[locale]
local_timezone = Europe/Berlin
default_timezone = Europe/Berlin

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 = agenda
default_calendar = private
debug = 0