personal dotfiles: my Hyprland config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[general]
status_path = "~/.local/share/vdirsyncer/status/"
#[pair my_calendars]
#a = "my_calendars_local"
#b = "my_calendars_remote"
#collections = ["from a", "from b"]
#metadata = ["color"]
#
#[storage my_calendars_local]
#type = "filesystem"
#path = "~/.local/share/calendars/"
#fileext = ".ics"
#
#[storage my_calendars_remote]
#type = "caldav"
#
#url = "https://cloud.zachdecook.com/remote.php/caldav/"
#username = "zach"
#password.fetch = ["prompt", "Password for CalDAV"]
[pair my_contacts]
a = "my_contacts_local"
b = "my_contacts_remote"
collections = ["from a", "from b"]
[storage my_contacts_local]
type = "filesystem"
path = "~/.local/share/contacts/"
fileext = ".vcf"
[storage my_contacts_remote]
type = "carddav"
url = "https://cloud.zachdecook.com/remote.php/carddav/"
username = "zach"
password.fetch = ["prompt", "Password for CalDAV"]
|