From 65b527393126c456c0dfd3757cc9186704793b85 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 28 Dec 2016 17:10:09 +0100 Subject: .config/khal/khal.conf: Adding local calendar for local ics files. Changing color from light grey to dark gray. --- .config/khal/khal.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.config/khal/khal.conf') diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index 5e4fa78..0a3c220 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -1,5 +1,11 @@ [calendars] +# local +[[local]] +path = ~/.calendars/local +readonly = True +color = light red + # SLEEPMAP [[akt]] path = ~/.calendars/akt @@ -53,11 +59,11 @@ color = dark red [[labs]] path = ~/.calendars/labs_shared_by_mvoigt -color = light grey +color = dark gray [[rechencluster]] path = ~/.calendars/rechencluster_shared_by_mvoigt -color = light grey +color = dark gray [[studioausleihe]] path = ~/.calendars/studioausleihe_shared_by_mvoigt -- cgit v1.2.3-54-g00ecf