-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.plist
147 lines (147 loc) · 3.63 KB
/
info.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?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>bundleid</key>
<string>com.play-your-future.killtouchbar</string>
<key>category</key>
<string>Tools</string>
<key>connections</key>
<dict>
<key>91705110-C342-46FB-9010-F063D61F0AD5</key>
<array>
<dict>
<key>destinationuid</key>
<string>159A291E-3339-491E-8D3F-79091BE0319B</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
<key>CD69778A-A49B-44D1-9F54-B24359DEF8B8</key>
<array>
<dict>
<key>destinationuid</key>
<string>91705110-C342-46FB-9010-F063D61F0AD5</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Torsten Wunderlich</string>
<key>description</key>
<string>kills the touchbar processes, so macOS can restart them</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Kill Touch Bar</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>touchbar</string>
<key>subtext</key>
<string>This will kill/restart the services that run the Touch Bar</string>
<key>text</key>
<string>Kill Touch Bar</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>CD69778A-A49B-44D1-9F54-B24359DEF8B8</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>do shell script "pkill TouchBarServer; pkill ControlStrip" with administrator privileges</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>type</key>
<integer>6</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>91705110-C342-46FB-9010-F063D61F0AD5</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>lastpathcomponent</key>
<false/>
<key>onlyshowifquerypopulated</key>
<false/>
<key>removeextension</key>
<false/>
<key>text</key>
<string>Killed running Touch Bar Processes.</string>
<key>title</key>
<string>Touch Bar Restart</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
<key>uid</key>
<string>159A291E-3339-491E-8D3F-79091BE0319B</string>
<key>version</key>
<integer>1</integer>
</dict>
</array>
<key>readme</key>
<string>no options, no variables, just the kill switch for the touch bar</string>
<key>uidata</key>
<dict>
<key>159A291E-3339-491E-8D3F-79091BE0319B</key>
<dict>
<key>xpos</key>
<integer>490</integer>
<key>ypos</key>
<integer>55</integer>
</dict>
<key>91705110-C342-46FB-9010-F063D61F0AD5</key>
<dict>
<key>xpos</key>
<integer>280</integer>
<key>ypos</key>
<integer>55</integer>
</dict>
<key>CD69778A-A49B-44D1-9F54-B24359DEF8B8</key>
<dict>
<key>xpos</key>
<integer>50</integer>
<key>ypos</key>
<integer>55</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.0.0</string>
<key>webaddress</key>
<string></string>
</dict>
</plist>