Skip to content

Instantly share code, notes, and snippets.

@geier
Created June 14, 2016 23:20
Show Gist options
  • Save geier/62d94a178b6e4bd4a65e5519c066fbfe to your computer and use it in GitHub Desktop.
Save geier/62d94a178b6e4bd4a65e5519c066fbfe to your computer and use it in GitHub Desktop.
example khal config
[calendars]
[[home]]
path = ~/.local/share/khal/calendars_test/home/
color = dark green
[[work]]
path = ~/.local/share/khal/calendars_test/work/
color = dark blue
[[events]]
path = ~/.local/share/khal/calendars_test/events/
[[birthdays]]
type = birthdays
path = ~/.local/share/khal/calendars_test/birthdays/
color = light red
[locale]
local_timezone = Europe/Berlin
default_timezone = Europe/Berlin
timeformat = %H:%M
longdateformat = %Y-%m-%d
dateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M
weeknumbers = right
[highlight_days]
multiple = yellow
[default]
highlight_event_days = True
[view]
frame = top
event_view_always_visible = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment