diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:53:41 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | 20eeff217f410a274e1893eb3ea717e7402b4620 (patch) | |
| tree | e9bcec653fa67d64bf5bb0a194fc0f61b37959a5 /.config/khal/config | |
| parent | 582505acf1580b1fe1c73d1167bb7588b3eeaab2 (diff) | |
add pimutils configs
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/khal/config')
| -rw-r--r-- | .config/khal/config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config new file mode 100644 index 0000000..f1c7dda --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,22 @@ +[calendars] + +[[personal]] +path = ~/calendars/personal +color = light magenta + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M + +[default] +default_calendar = personal +highlight_event_days = true + +[highlight_days] +default_color = dark green + +[keybindings] +external_edit = E |