vdirsyncer
This commit is contained in:
parent
628233969d
commit
3c9e2c3279
16 changed files with 191 additions and 3 deletions
38
config/khal/config
Normal file
38
config/khal/config
Normal file
|
@ -0,0 +1,38 @@
|
|||
[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
|
||||
|
||||
# [[birthdays]]
|
||||
# type=birthdays
|
||||
# path = ~/.vdirsyncer/contacts/contacts/
|
||||
# color = light magenta
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d/%m
|
||||
longdateformat = %d/%m/%Y
|
||||
datetimeformat = %d/%m %H:%M
|
||||
longdatetimeformat = %d/%m/%Y %H:%M
|
||||
local_timezone = Europe/Paris
|
||||
|
||||
[default]
|
||||
highlight_event_days = True
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue