diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
commit | 2555dc067f7f8915af366a8e344381f8185b271a (patch) | |
tree | 4f66476de4ecc63e0b70ea9a84b85ace4bd2e736 /by_host/Linux/khal/.config/khal/khal.conf | |
parent | d046586dc26e103dc972167524d75069097669ee (diff) |
cleanup
Diffstat (limited to 'by_host/Linux/khal/.config/khal/khal.conf')
-rw-r--r-- | by_host/Linux/khal/.config/khal/khal.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/by_host/Linux/khal/.config/khal/khal.conf b/by_host/Linux/khal/.config/khal/khal.conf new file mode 100644 index 0000000..51acd22 --- /dev/null +++ b/by_host/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 + |