aboutsummaryrefslogtreecommitdiffstats
path: root/.config/khal/config
blob: 05a65e6ee864e11f779d05b425e4cf309f70800f (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[calendars]

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

# cloud.sleepmap.de
[[birthdays]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/contact_birthdays
readonly = True
color = 'white'

[[concerts]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/concerts
color = 'brown'

[[flat]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/flat
color = 'light blue'

[[live]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/live
color = 'light magenta'

[[private]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/private
color = 'dark cyan'

[[work]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/work
color = 'dark red'

[[t4]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/bus_shared_by_t4
color = 'dark cyan'

[[nanni]]
path = ~/.local/state/vdirsyncer/calendars/dave_calendar/personal_shared_by_nanni
color = 'light magenta'

[[work_nanni]]
path = ~/.local/state/vdirsyncer/calendars/nanni_calendar/nanni-work_shared_by_nanni
color = 'light magenta'

[[fsf_nanni]]
path = ~/.local/state/vdirsyncer/calendars/nanni_calendar/flanger-studio-four_shared_by_nanni
color = 'light magenta'

[sqlite]
path = ~/.local/state/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_calendar = private
# in agenda/calendar display, shows all days even if there is no event
show_all_days = False