]> git.rmz.io Git - dotfiles.git/blob - khal/config
qutebrowser/quickmarks: update fpp/leads
[dotfiles.git] / khal / config
1 #/etc/khal/khal.conf.sample
2 [calendars]
3 [[home]]
4 path = ~/.local/share/calendars/events
5 color = dark blue
6
7 [sqlite]
8 path = ~/.local/share/khal/khal.db
9
10 [locale]
11 local_timezone = Europe/London
12 default_timezone = Europe/London
13
14 # If you use certain characters (e.g. commas) in these formats you may need to
15 # enclose them in "" to ensure that they are loaded as strings.
16 timeformat = %H:%M
17 dateformat = %d %B
18 longdateformat = %Y-%m-%d
19 datetimeformat = %c
20 longdatetimeformat = %Y-%m-%d %H:%M
21
22 firstweekday = 0
23
24 [view]
25 monthdisplay = firstday
26 agenda_day_format = "{bold}{name}, {date}{reset}"
27
28 [default]
29 default_calendar = home
30 timedelta = 2d # the default timedelta that list uses
31 highlight_event_days = True # the default is False