initial
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# =============================================================
|
||||
# khal Konfiguration
|
||||
# Pfad: ~/.config/khal/config
|
||||
# Dokumentation: https://lostpackets.de/khal/
|
||||
# =============================================================
|
||||
|
||||
[calendars]
|
||||
|
||||
# Primärer Kalender (VEVENT)
|
||||
[[mailbox_kalender]]
|
||||
path = ~/.local/share/vdirsyncer/calendars/Kalender/
|
||||
color = light cyan
|
||||
readonly = False
|
||||
|
||||
# Weitere Kalender-Sammlungen — füge bei Bedarf weitere hinzu
|
||||
# [[mailbox_privat]]
|
||||
# path = ~/.local/share/vdirsyncer/calendars/Privat/
|
||||
# color = light blue
|
||||
# readonly = False
|
||||
|
||||
|
||||
[sqlite]
|
||||
# SQLite-Datenbank für khal-Index
|
||||
path = ~/.local/share/khal/db.db
|
||||
|
||||
|
||||
[locale]
|
||||
# Zeitzone und Spracheinstellungen (Österreich/Deutschland)
|
||||
local_timezone = Europe/Vienna
|
||||
default_timezone = Europe/Vienna
|
||||
|
||||
# Datumsformat: DD.MM.YYYY (deutsches Format)
|
||||
dateformat = %d.%m.%Y
|
||||
|
||||
# Zeitformat: HH:MM (24h)
|
||||
timeformat = %H:%M
|
||||
|
||||
# Datum+Zeit-Format
|
||||
datetimeformat = %d.%m.%Y %H:%M
|
||||
|
||||
# Wochenbeginn: Montag
|
||||
firstweekday = 0
|
||||
|
||||
# Sprache (für Ausgabe)
|
||||
# khal nutzt die System-Locale; stelle sicher, dass de_AT.UTF-8 installiert ist:
|
||||
# sudo locale-gen de_AT.UTF-8
|
||||
|
||||
|
||||
[view]
|
||||
# Standard-Ansicht beim Starten von khal
|
||||
default_calendar = mailbox_kalender
|
||||
|
||||
# Agenda-Vorschau: Tage in die Zukunft
|
||||
days = 7
|
||||
|
||||
# Farbige Ausgabe
|
||||
color = True
|
||||
|
||||
# Zeilenumbruch bei langen Titeln
|
||||
event_format = {title} [{calendar}]
|
||||
Reference in New Issue
Block a user