[alfred] Create a 'Quit BitBar' workflow

pull/28/head
Alpha Chen 9 years ago
parent 2ec9bd3b9a
commit f253f6490b

@ -0,0 +1,90 @@
<?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.arbitrarydefinitions.quit-bitbar</string>
<key>category</key>
<string>Tools</string>
<key>connections</key>
<dict>
<key>887A5B23-A6E8-47FC-BCF4-09569787C41A</key>
<array>
<dict>
<key>destinationuid</key>
<string>87EB2868-E3D2-4979-8DEB-51C8A686B174</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Alpha Chen</string>
<key>description</key>
<string>Quit BitBar</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Quit BitBar</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>quit bitbar</string>
<key>text</key>
<string>Quit BitBar</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>887A5B23-A6E8-47FC-BCF4-09569787C41A</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>killall BitBar</string>
<key>type</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>87EB2868-E3D2-4979-8DEB-51C8A686B174</string>
<key>version</key>
<integer>0</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>87EB2868-E3D2-4979-8DEB-51C8A686B174</key>
<dict>
<key>ypos</key>
<real>60</real>
</dict>
<key>887A5B23-A6E8-47FC-BCF4-09569787C41A</key>
<dict>
<key>ypos</key>
<real>60</real>
</dict>
</dict>
<key>webaddress</key>
<string>http://arbitrarydefinitions.com/</string>
</dict>
</plist>
Loading…
Cancel
Save