Created
June 14, 2016 23:20
-
-
Save geier/62d94a178b6e4bd4a65e5519c066fbfe to your computer and use it in GitHub Desktop.
example khal config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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