From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 20 Jun 2017 17:02:06 +0200 Subject: fix --- by_os/Linux/khal/.config/khal/khal.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 by_os/Linux/khal/.config/khal/khal.conf (limited to 'by_os/Linux/khal/.config/khal') diff --git a/by_os/Linux/khal/.config/khal/khal.conf b/by_os/Linux/khal/.config/khal/khal.conf new file mode 100644 index 0000000..51acd22 --- /dev/null +++ b/by_os/Linux/khal/.config/khal/khal.conf @@ -0,0 +1,25 @@ +[calendars] + + [[private]] + path = ~/.calendars/private/ + color = light green + + [[work]] + path = ~/.calendars/work/ + color = light red + + [[holidays]] + path = ~/.calendars/holidays/ + color = light blue + +[locale] +encoding=utf-8 +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=False + -- cgit v1.2.3