]> git.rmz.io Git - dotfiles.git/blobdiff - khal/config
khard/khal: add initial config
[dotfiles.git] / khal / config
diff --git a/khal/config b/khal/config
new file mode 100644 (file)
index 0000000..a7468e3
--- /dev/null
@@ -0,0 +1,31 @@
+#/etc/khal/khal.conf.sample
+[calendars]
+[[home]]
+path = ~/.local/share/calendars/events
+color = dark blue
+
+[sqlite]
+path = ~/.local/share/khal/khal.db
+
+[locale]
+local_timezone = Europe/London
+default_timezone = Europe/London
+
+# If you use certain characters (e.g. commas) in these formats you may need to
+# enclose them in "" to ensure that they are loaded as strings.
+timeformat = %H:%M
+dateformat = %d %B
+longdateformat = %Y-%m-%d
+datetimeformat =  %c
+longdatetimeformat = %Y-%m-%d %H:%M
+
+firstweekday = 0
+
+[view]
+monthdisplay = firstday
+agenda_day_format = "{bold}{name}, {date}{reset}"
+
+[default]
+default_calendar = home
+timedelta = 2d # the default timedelta that list uses
+highlight_event_days = True  # the default is False