diff options
Diffstat (limited to 'config/khal')
-rw-r--r-- | config/khal/config | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/config/khal/config b/config/khal/config deleted file mode 100644 index bfbb9c7..0000000 --- a/config/khal/config +++ /dev/null @@ -1,32 +0,0 @@ -[default] -default_calendar = personal -highlight_event_days = True -timedelta = 10d - -[calendars] - -[[personal]] -path = /home/cynerd/.calendar/personal -type = calendar -color = dark blue - -[[work]] -path = /home/cynerd/.calendar/work -type = calendar -color = yellow - -[[misc]] -path = /home/cynerd/.calendar/misc -type = calendar -color = dark red - -[highlight_days] -default_color = dark gray -method = background - -[locale] -timeformat = %H:%M -dateformat = %d.%m.%Y -longdateformat = %d.%m.%Y -datetimeformat = %d.%m.%Y %H:%M -longdatetimeformat = %d.%m.%Y %H:%M |