From d7a99448458fa73ec0a1c59cbc987c158494e14d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 6 Sep 2015 16:21:56 +0200 Subject: .config/khal/khal.conf: Adding config sections for work calendars --- .config/khal/khal.conf | 59 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 10 deletions(-) (limited to '.config/khal') diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index 32643bb..c01af33 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -1,25 +1,26 @@ -#/etc/khal/khal.conf.sample [calendars] -[[unix-pool]] -path = ~/.calendars/unix-pool -color = dark magenta -[[concerts]] -path = ~/.calendars/concerts -color = brown +# SLEEPMAP +[[akt]] +path = ~/.calendars/akt +color = dark magenta [[birthdays]] path = ~/.calendars/contact_birthdays readonly = True color = white +[[concerts]] +path = ~/.calendars/concerts +color = brown + [[courses]] path = ~/.calendars/courses color = light red -[[d228]] -path = ~/.calendars/d228 -color = dark green +[[flat]] +path = ~/.calendars/flat +color = light blue [[live]] path = ~/.calendars/live @@ -29,6 +30,44 @@ color = light green path = ~/.calendars/private color = dark cyan +[[unix-pool]] +path = ~/.calendars/unix-pool +color = dark magenta + +# AKT +[[ak]] +path = ~/.calendars/ak_shared_by_mvoigt +color = dark magenta + +[[grossesstudio]] +path = ~/.calendars/grossesstudio_shared_by_mvoigt +color = brown + +[[kleinesstudio]] +path = ~/.calendars/kleinesstudio_shared_by_mvoigt +color = dark red + +[[labs]] +path = ~/.calendars/labs_shared_by_mvoigt +color = light grey + +[[rechencluster]] +path = ~/.calendars/rechencluster_shared_by_mvoigt +color = light grey + +[[studioausleihe]] +path = ~/.calendars/studioausleihe_shared_by_mvoigt +color = light red + +[[studiotermine]] +path = ~/.calendars/studiotermine_shared_by_mvoigt +color = dark red + +[[urlaub]] +path = ~/.calendars/urlaub_shared_by_mvoigt +color = yellow + + [sqlite] path = ~/.config/khal/khal.db -- cgit v1.2.3-54-g00ecf