From 4d7769a1f912a72af617c5c279d13aa9285e3e9a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 6 Dec 2017 22:56:35 +0100 Subject: khal --- by_os/Linux/khal/.config/khal/config | 24 ++++++++++++++++++++++++ by_os/Linux/khal/.config/khal/khal.conf | 25 ------------------------- 2 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 by_os/Linux/khal/.config/khal/config delete mode 100644 by_os/Linux/khal/.config/khal/khal.conf (limited to 'by_os/Linux') diff --git a/by_os/Linux/khal/.config/khal/config b/by_os/Linux/khal/.config/khal/config new file mode 100644 index 0000000..832976d --- /dev/null +++ b/by_os/Linux/khal/.config/khal/config @@ -0,0 +1,24 @@ +[calendars] + + [[private]] + path = ~/.calendars/private/ + color = light green + + [[work]] + path = ~/.calendars/work/ + color = light red + + [[holidays]] + path = ~/.calendars/holidays/ + color = light blue + +[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=False + diff --git a/by_os/Linux/khal/.config/khal/khal.conf b/by_os/Linux/khal/.config/khal/khal.conf deleted file mode 100644 index 51acd22..0000000 --- a/by_os/Linux/khal/.config/khal/khal.conf +++ /dev/null @@ -1,25 +0,0 @@ -[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