aboutsummaryrefslogtreecommitdiffstats
path: root/.config/khal/khal.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-01-24 16:52:16 +0100
committerDavid Runge <dave@sleepmap.de>2017-01-24 16:52:16 +0100
commit642d7242d90111e3938ac15b40db64c9e7d8a965 (patch)
tree6722e6dab089f928f472a5b235bda1ca517a0a5b /.config/khal/khal.conf
parent7c61245b4520c5c0f120c59633c34b72ecaffd3d (diff)
downloaddotfiles-642d7242d90111e3938ac15b40db64c9e7d8a965.tar.gz
dotfiles-642d7242d90111e3938ac15b40db64c9e7d8a965.tar.bz2
dotfiles-642d7242d90111e3938ac15b40db64c9e7d8a965.tar.xz
dotfiles-642d7242d90111e3938ac15b40db64c9e7d8a965.zip
.config/khal/config: Updating configuration for khal > 0.9.
Diffstat (limited to '.config/khal/khal.conf')
-rw-r--r--.config/khal/khal.conf101
1 files changed, 0 insertions, 101 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf
deleted file mode 100644
index 0a3c220..0000000
--- a/.config/khal/khal.conf
+++ /dev/null
@@ -1,101 +0,0 @@
-[calendars]
-
-# local
-[[local]]
-path = ~/.calendars/local
-readonly = True
-color = light red
-
-# 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
-
-[[flat]]
-path = ~/.calendars/flat
-color = light blue
-
-[[live]]
-path = ~/.calendars/live
-color = light green
-
-[[private]]
-path = ~/.calendars/private
-color = dark cyan
-
-[[unix-pool]]
-path = ~/.calendars/unix-pool
-color = dark magenta
-
-[[work]]
-path = ~/.calendars/work
-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 = dark gray
-
-[[rechencluster]]
-path = ~/.calendars/rechencluster_shared_by_mvoigt
-color = dark gray
-
-[[studioausleihe]]
-path = ~/.calendars/studioausleihe_shared_by_mvoigt
-color = light red
-
-[[studiotermine]]
-path = ~/.calendars/studiotermine_shared_by_mvoigt
-color = dark red
-
-[[urlaub]]
-path = ~/.calendars/akurlaub_shared_by_mvoigt
-color = yellow
-
-
-[sqlite]
-path = ~/.config/khal/khal.db
-
-[locale]
-local_timezone = Europe/Berlin
-default_timezone = Europe/Berlin
-
-timeformat = %H:%M
-dateformat = %d.%m.
-longdateformat = %d.%m.%Y
-datetimeformat = %d.%m. %H:%M
-longdatetimeformat = %d.%m.%Y %H:%M
-
-firstweekday = 0
-weeknumbers = left
-
-[default]
-default_command = agenda
-default_calendar = private
-# in agenda/calendar display, shows all days even if there is no event
-show_all_days = False