aboutsummaryrefslogtreecommitdiffstats
path: root/.config/khal
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-10-12 07:19:54 +0200
committerDavid Runge <david.runge@frqrec.com>2014-10-12 07:19:54 +0200
commit2237f21e8d7c3db231bf2b046d50c4486fd969ba (patch)
treedfaac8c932b81c636c85d40436920e847c2398c4 /.config/khal
parent0ae8d49a6827ee6622df17569e52eda5f218b9e3 (diff)
downloaddotfiles-2237f21e8d7c3db231bf2b046d50c4486fd969ba.tar.gz
dotfiles-2237f21e8d7c3db231bf2b046d50c4486fd969ba.tar.bz2
dotfiles-2237f21e8d7c3db231bf2b046d50c4486fd969ba.tar.xz
dotfiles-2237f21e8d7c3db231bf2b046d50c4486fd969ba.zip
Updated khal settings to work with the vdirsyncer settings provided
Diffstat (limited to '.config/khal')
-rw-r--r--.config/khal/khal.conf157
1 files changed, 39 insertions, 118 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf
index 57a63e0..0284874 100644
--- a/.config/khal/khal.conf
+++ b/.config/khal/khal.conf
@@ -1,125 +1,46 @@
#/etc/khal/khal.conf.sample
-#
-# The default configuration file locations are:
-# ~/.khal/khal.conf
-# ~/.config/khal/khal.conf
-#
-# In this file you need to specify:
-# - CalDAV Account settings
-# - khal SQLite3 Database settings
-# - Timezone and Time Display Formating Interface settings
-# - Debug level
-#
-# Look at the end of this file for an example config.
-#------------------------------------------------------------------------------
-# ## CalDAV Account Configuration ##
-#------------------------------------------------------------------------------
-# [Calendar home]
-# # Each calendar configuration must start with a Calendar tag
-# # Each Calendar Tag must be unique.
-#
-# path: ~/.khal/calendars/home/
-# # Specify the location of the vdir
-#
-#
-# color: dark blue
-# # Set the color for this calendar
-# # If color is not set, events will be in your default terminal color
-# # * Colors may not be what you expect by their name.
-# # * Your terminal's terminfo and termcap define these values.
-# #
-# # Supported color names:
-# # 'black' 'white' 'brown' 'yellow'
-# # 'dark grey' 'dark green' 'dark blue'
-# # 'light grey' 'light green' 'light blue'
-# # 'dark magenta' 'dark cyan' 'dark red'
-# # 'light magenta' 'light cyan''light red'
-#
-#------------------------------------------------------------------------------
-# ## khal SQLite3 Database Configuration ##
-#------------------------------------------------------------------------------
-#
-# [sqlite]
-# # This configuration file must have a [sqlite] Tag
-#
-# path: ~/.khal/khal.db
-# # This specifies the location of the khal SQLite3 Database file
-# # * Default: ~/.local/share/khal/khal.db
-#
-#------------------------------------------------------------------------------
-# ## Time Zone and Time Display Formating Configuration ##
-#------------------------------------------------------------------------------
-#
-# [default]
-# # This configuration file must have a [default] Tag
-#
-# local_timezone: Pacific/Honolulu
-# # Set the Local Timezone
-# # * All date are shown in the Local Timezone
-#
-# default_timezone: Pacific/Honolulu
-# # Set the Default Timezone
-# # The Default Timezone is used for new events added via khal --new
-# # It is also used if vCal datetime's timezone is not understood
-# #
-#
-# timeformat: %H:%M
-# dateformat: %m-%d
-# longdateformat: %Y-%m-%d
-# datetimeformat: %m-%d %H:%M
-# longdatetimeformat: %Y-%m-%d %H:%M
-# # Set the format Time and Date should be displayed in by khal
-# # * Long version should contain the current year
-# #
-# # Specify date/time in standard strftime format
-# # http://strftime.net/
-# # * Example date in ISO-8601 format, "American"
-#
-# encoding: utf-8
-# # Enable UTF-8 encoding
-# # * Set this if your terminal is using to utf-8
-#
-# unicode_symbols: True
-# # Enable unicode symbols to display event properties
-# # Set this to False if your terminal's character set dose not support them
-# # * Default: True
-#
-# firstweekday: 6
-# # Set the first day of the week, 0 is Monday, 6 is Sunday
-#
-#------------------------------------------------------------------------------
-# ## Debug Level ##
-#------------------------------------------------------------------------------
-#
-# DEBUG: 0
-# # Specify the Default Debug level (only 0 and 1 are supported at the moment)
-#
-
-
-##
-## Example Configuration
-##
-[Calendar home]
-path: ~/.khal/calendars/home/
-color: dark blue
-
-[Calendar work]
-path: ~/.khal/calendars/work/
-readonly: True
+[calendars]
+[[pool]]
+path = ~/.calendars/pool
+readonly = True
+color = dark magenta
+
+[[private]]
+path = ~/.calendars/private
+readonly = True
+color = dark cyan
+
+[[courses]]
+path = ~/.calendars/courses
+readonly = True
+color = brown
+
+[[frqrec]]
+path = ~/.calendars/frqrec
+readonly = True
+color = brown
+
+[[d228]]
+path = ~/.calendars/room
+readonly = True
+color = dark green
[sqlite]
-path: ~/.khal/khal.db
+path = ~/.config/khal/khal.db
-[default]
-local_timezone: Europe/Berlin
-default_timezone: America/New_York
+[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
+timeformat = %H:%M
+dateformat = %d.%m.
+longdateformat = %d.%m.%Y
+datetimeformat = %d.%m. %H:%M
+longdatetimeformat = %d.%m.%Y %H:%M
-firstweekday: 0
+firstweekday = 0
-DEBUG: 0
+[default]
+default_command = agenda
+default_calendar = private
+debug = 0