diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/khal/khal.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf new file mode 100644 index 0000000..bc1641c --- /dev/null +++ b/.config/khal/khal.conf @@ -0,0 +1,21 @@ +[calendars] + + [[private]] + path = ~/.calendars/private/ + color = light green + + [[work]] + path = ~/.calendars/job/ + color = light red + +[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 + |