diff options
author | David Runge <dave@sleepmap.de> | 2016-12-28 17:10:09 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-12-28 17:10:09 +0100 |
commit | 65b527393126c456c0dfd3757cc9186704793b85 (patch) | |
tree | f7a255e5b327660a7d9368603fdcdd8552d452df | |
parent | 4119dd50d5cd8f12329e9020c5509357195f8fe4 (diff) | |
download | dotfiles-65b527393126c456c0dfd3757cc9186704793b85.tar.gz dotfiles-65b527393126c456c0dfd3757cc9186704793b85.tar.bz2 dotfiles-65b527393126c456c0dfd3757cc9186704793b85.tar.xz dotfiles-65b527393126c456c0dfd3757cc9186704793b85.zip |
.config/khal/khal.conf: Adding local calendar for local ics files. Changing color from light grey to dark gray.
-rw-r--r-- | .config/khal/khal.conf | 10 |
1 files changed, 8 insertions, 2 deletions
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 |