-
Notifications
You must be signed in to change notification settings - Fork 1
/
.icalBuddyConfig.plist
75 lines (75 loc) · 1.85 KB
/
.icalBuddyConfig.plist
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>constantArguments</key>
<dict>
<key>sectionSeparator</key>
<string>\n-------------------</string>
<key>propertySeparators</key>
<string>|, |\n |</string>
<key>includeOnlyEventsFromNowOn</key>
<true/>
<key>noCalendarNames</key>
<true/>
<key>noPropNames</key>
<true/>
<key>excludeEventProps</key>
<string>url</string>
<key>excludeCals</key>
<string>Birthdays,Moon Phases,NYT Astronomy and Space</string>
<key>formatOutput</key>
<true/>
<key>dateFormat</key>
<string>%RD (%a %b %e)</string>
</dict>
<key>formatting</key>
<dict>
<key>datetimeName</key>
<string>cyan</string>
<key>datetimeValue</key>
<string>cyan</string>
<key>titleValue</key>
<string>bright-magenta</string>
<key>notesName</key>
<string>cyan</string>
<key>notesValue</key>
<string>white</string>
<key>urlName</key>
<string>cyan</string>
<key>urlValue</key>
<string>white</string>
<key>locationName</key>
<string>cyan</string>
<key>locationValue</key>
<string>bright-black</string>
<key>dueDateName</key>
<string>cyan</string>
<key>dueDateValue</key>
<string>yellow</string>
<key>priorityName</key>
<string>cyan</string>
<key>priorityValue</key>
<string>black,bg:white</string>
<key>priorityValueHigh</key>
<string>red,bg:white</string>
<key>priorityValueMedium</key>
<string>yellow,bg:white</string>
<key>priorityValueLow</key>
<string>green,bg:white</string>
<key>sectionTitle</key>
<string></string>
<key>bullet</key>
<string>white</string>
<key>alertBullet</key>
<string>red</string>
<key>firstItemLine</key>
<string></string>
</dict>
<key>formattedKeywords</key>
<dict>
<key>today</key>
<string></string>
</dict>
</dict>
</plist>