-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so the "source" can be inspected. No magic here, really.
- Loading branch information
Torsten Wunderlich
authored
Jul 12, 2021
1 parent
c773cc0
commit e11f75a
Showing
1 changed file
with
147 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |