blob: 84b1c57c518c7fb3855c899e950d27e524ac3783 (
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
 | [calendars]
  [[private]]
    path = ~/.calendars/personal/
    color = light green
  [[work]]
    path = ~/.calendars/work/
    color = light red
  [[holidays]]
    path = ~/.calendars/holidays/
    color = light blue
  [[bbl_alba]]
    path = ~/.calendars/bbl_alba/
    color = dark magenta
  [[bbl_ulm]]
    path = ~/.calendars/bbl_ulm/
    color = dark magenta
[locale]
local_timezone= Europe/Berlin
default_timezone= Europe/Berlin
timeformat= %H:%M
dateformat= %y-%m-%d
longdateformat= %Y-%m-%d
datetimeformat= %y-%m-%d %H:%M
longdatetimeformat= %Y-%m-%d %H:%M
unicode_symbols=True
weeknumbers=right
[default]
show_all_days=True
highlight_event_days=True
#days=7
[view]
event_view_always_visible=True
event_view_weighting=1
#frame=True
bold_for_light_color=True
theme=dark
[highlight_days]
default_color=white
method=fg
 |