Long time, no commit, big ol' changes though
This commit is contained in:
parent
3c9e2c3279
commit
501f1f4066
19 changed files with 271 additions and 352 deletions
|
@ -1,24 +1,7 @@
|
|||
[calendars]
|
||||
[[perso]]
|
||||
path = ~/.vdirsyncer/calendars/perso/
|
||||
color = light green
|
||||
|
||||
[[clubs]]
|
||||
path = ~/.vdirsyncer/calendars/clubs/
|
||||
color = yellow
|
||||
|
||||
[[cours]]
|
||||
path = ~/.vdirsyncer/calendars/cours/
|
||||
color = light blue
|
||||
readonly = True
|
||||
|
||||
[[polytech]]
|
||||
path = ~/.vdirsyncer/calendars/polytech/
|
||||
color = dark blue
|
||||
|
||||
[[bnei]]
|
||||
path = ~/.vdirsyncer/calendars/bnei/
|
||||
color = light cyan
|
||||
[[calendars]]
|
||||
path = ~/.vdirsyncer/calendars/*
|
||||
type = discover
|
||||
|
||||
# [[birthdays]]
|
||||
# type=birthdays
|
||||
|
@ -34,5 +17,18 @@ longdatetimeformat = %d/%m/%Y %H:%M
|
|||
local_timezone = Europe/Paris
|
||||
|
||||
[default]
|
||||
default_calendar = "Personnel"
|
||||
default_command = interactive
|
||||
highlight_event_days = True
|
||||
show_all_days = True
|
||||
timedelta = 7d
|
||||
|
||||
[highlight_days]
|
||||
|
||||
[view]
|
||||
agenda_day_format = "{bold}{name}, {date-long}{reset}"
|
||||
agenda_event_format = "{calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} | {location}{reset}"
|
||||
bold_for_light_color = False
|
||||
event_format = "{calendar-color}{cancelled}{start}-{end} {title}{repeat-symbol} | {location}{reset}"
|
||||
event_view_always_visible = True
|
||||
frame = color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue