From 415fddfb74b1d0ebe06d49dc4c62e8a6e445e773 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Jan 2018 14:35:15 +0100 Subject: .vdirsyncer/config: Adding wedding address book. Adding back live calendar. --- .vdirsyncer/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 2d86e44..b014d15 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -5,7 +5,7 @@ status_path = "~/.vdirsyncer/status/" [pair dave_contacts] a = "dave_contacts_local" b = "dave_contacts_remote" -collections = ["contacts"] +collections = ["contacts", "wedding"] conflict_resolution = "b wins" [storage dave_contacts_local] @@ -23,7 +23,7 @@ password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de [pair dave_calendar] a = "dave_calendar_local" b = "dave_calendar_remote" -collections = ["concerts", "contact_birthdays", "flat", "private", "work"] +collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work"] [storage dave_calendar_local] type = "filesystem" -- cgit v1.2.3-54-g00ecf From 18b5123a4f8a3fed4e46c40a34806e47e9d7df25 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Jan 2018 14:35:38 +0100 Subject: .config/khal/config: Adding back live calendar with light magenta color. --- .config/khal/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/khal/config b/.config/khal/config index 6e80dc8..56a40aa 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -20,6 +20,10 @@ color = brown path = ~/.calendars/flat color = light blue +[[live]] +path = ~/.calendars/live +color = light magenta + [[private]] path = ~/.calendars/private color = dark cyan -- cgit v1.2.3-54-g00ecf From b3164a124c65acaed93b089a901863f329354450 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Jan 2018 14:37:06 +0100 Subject: .config/khard/khard.conf: Adding wedding address book. --- .config/khard/khard.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 12031c9..33f9793 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -3,6 +3,9 @@ [[contacts]] path = ~/.contacts/contacts +[[wedding]] +path = ~/.contacts/wedding + [general] editor = vim merge_editor = vimdiff -- cgit v1.2.3-54-g00ecf From dbafefda4802124cde4b4fc757ddf7361e41a2e1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Jan 2018 15:09:27 +0100 Subject: .gitignore: Adding __pycache__ for qtile. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f8a5913..a8f7e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -150,6 +150,7 @@ packages/ .config/pulse/ .config/pure-data/ .config/q4wine +.config/qtile/__pycache__ .config/rncbc.org/ .config/rubyripper/ .config/smplayer -- cgit v1.2.3-54-g00ecf