diff options
author | EuAndreh <eu@euandre.org> | 2022-10-28 16:58:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-28 16:58:58 -0300 |
commit | 893986594ecba72c23339a13106e740566335144 (patch) | |
tree | 59fbabfbffe1b2284c980a5c008e72fe032b1984 | |
parent | Revert "bin/update: Try to make the execution line of the vcs fetch more read... (diff) | |
download | dotfiles-893986594ecba72c23339a13106e740566335144.tar.gz dotfiles-893986594ecba72c23339a13106e740566335144.tar.xz |
Inline now working configs for khard and khal
-rw-r--r--[l---------] | etc/khal/config | 17 | ||||
-rw-r--r--[l---------] | etc/khard/khard.conf | 14 |
2 files changed, 29 insertions, 2 deletions
diff --git a/etc/khal/config b/etc/khal/config index f0e4012..f42a87b 120000..100644 --- a/etc/khal/config +++ b/etc/khal/config @@ -1 +1,16 @@ -../../var/lib/private/tilde/khal/config
\ No newline at end of file +[calendars] + +[[private]] +path = $XDG_DATA_HOME/khal/calendars/private/ +type = calendar + +[locale] +timeformat = %H:%M +dateformat = %d/%m/%Y +longdateformat = %d/%m/%Y +datetimeformat = %d/%m/%Y %H:%M +longdatetimeformat = %d/%m/%Y %H:%M +default_timezone = America/Sao_Paulo + +[default] +default_calendar = private diff --git a/etc/khard/khard.conf b/etc/khard/khard.conf index 56c4c53..e6ef986 120000..100644 --- a/etc/khard/khard.conf +++ b/etc/khard/khard.conf @@ -1 +1,13 @@ -../../var/lib/private/tilde/khard/khard.conf
\ No newline at end of file +[addressbooks] + +[[private]] +path = $XDG_DATA_HOME/khard/contacts/private/ + +[general] +default_action = list + +[contact table] +show_nicknames = yes + +[vcard] +preferred_version = 4.0 |