btrbk and stuff
This commit is contained in:
parent
df81fe36f5
commit
1a15d505bc
7 changed files with 169 additions and 22 deletions
62
home/calendars/khal.config
Normal file
62
home/calendars/khal.config
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# vim:ft=cfg
|
||||
[default]
|
||||
|
||||
default_calendar = till
|
||||
highlight_event_days = true
|
||||
timedelta = 5d
|
||||
print_new = event
|
||||
|
||||
[calendars]
|
||||
|
||||
[[till]]
|
||||
path = ~/.local/share/calendars/till
|
||||
color = light blue
|
||||
|
||||
[[mitlisa]]
|
||||
path = ~/.local/share/calendars/mitlisa
|
||||
color = light magenta
|
||||
|
||||
[[family]]
|
||||
path = ~/.local/share/calendars/family
|
||||
color = dark magenta
|
||||
|
||||
[[bdays]]
|
||||
path = ~/.local/share/calendars/bdays
|
||||
color = yellow
|
||||
|
||||
[[mittelbau]]
|
||||
path = ~/.local/share/calendars/mittelbau
|
||||
color = light cyan
|
||||
|
||||
[[ihg]]
|
||||
path = ~/.local/share/calendars/ihg
|
||||
color = dark cyan
|
||||
|
||||
[[polit]]
|
||||
path = ~/.local/share/calendars/polit
|
||||
color = dark gray
|
||||
|
||||
[[holidays]]
|
||||
path = ~/.local/share/calendars/feiertage
|
||||
color = light green
|
||||
|
||||
[[eintracht]]
|
||||
path = ~/.local/share/calendars/eintracht
|
||||
color = light red
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d %b
|
||||
longdateformat = %d %b %Y
|
||||
datetimeformat = %d %b %H:%M
|
||||
longdatetimeformat = %d %b %Y %H:%M
|
||||
weeknumbers = left
|
||||
|
||||
[keybindings]
|
||||
external_edit = ctrl e
|
||||
|
||||
[view]
|
||||
# agenda_event_format = {calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} {location} {reset}
|
||||
agenda_event_format = {calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} {location} {url}{reset}
|
||||
event_format = {calendar-color}{cancelled}{start}-{end} {title}{repeat-symbol} {location} {url}{reset}
|
||||
blank_line_before_day = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue