diff options
author | Patrick Simianer <p@simianer.de> | 2015-04-17 20:00:23 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-04-17 20:00:23 +0200 |
commit | 897a681d9ee90afc1bbe971d4dde8ac6b212df70 (patch) | |
tree | 2cb791fa2366ae516310d87974854a062eb3e652 /.config/khal | |
parent | 67d7180c7da2f6edd0781ae494705443a8742931 (diff) |
missing files
Diffstat (limited to '.config/khal')
-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 + |