From 20eeff217f410a274e1893eb3ea717e7402b4620 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:53:41 +0100 Subject: add pimutils configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/khal/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/khal/config (limited to '.config/khal') diff --git a/.config/khal/config b/.config/khal/config new file mode 100644 index 0000000..f1c7dda --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,22 @@ +[calendars] + +[[personal]] +path = ~/calendars/personal +color = light magenta + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M + +[default] +default_calendar = personal +highlight_event_days = true + +[highlight_days] +default_color = dark green + +[keybindings] +external_edit = E -- cgit 1.4.1