diff --git a/config/khal/config b/config/khal/config index 524b920..604fcdf 100644 --- a/config/khal/config +++ b/config/khal/config @@ -11,6 +11,10 @@ color = dark red [[default]] path = /data/calendar/default/default +[[sigasi]] +path = /data/calendar/sigasi/fzzurm +color = dark blue + [[twist]] path = /data/calendar/twist diff --git a/services/vdirsyncer/run b/services/vdirsyncer/run index a25cd1e..a7af413 100755 --- a/services/vdirsyncer/run +++ b/services/vdirsyncer/run @@ -11,6 +11,6 @@ ip route ls | grep -q '.' # check if the gpg-agent is running pgrep gpg-agent > /dev/null -vdirsyncer -v CRITICAL sync 2>&1 +torsocks vdirsyncer -v CRITICAL sync 2>&1 exec sleep 10m