aboutsummaryrefslogtreecommitdiffstats
path: root/.config/khal/config
blob: 6e80dc8cb4d474a842d62c3eea194c261968880d (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
47
48
49
50
51
[calendars]

# local
[[local]]
path = ~/.calendars/local
readonly = True
color = light red

# cloud.sleepmap.de
[[birthdays]]
path = ~/.calendars/contact_birthdays
readonly = True
color = white

[[concerts]]
path = ~/.calendars/concerts
color = brown

[[flat]]
path = ~/.calendars/flat
color = light blue

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

[[work]]
path = ~/.calendars/work
color = dark magenta

[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
weeknumbers = left

[default]
default_command = list
default_calendar = private
# in agenda/calendar display, shows all days even if there is no event
show_all_days = False