Skip to content

Commit

Permalink
minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-parrott committed Apr 14, 2015
1 parent 40bc265 commit 5bbcc6c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 1 deletion PluginDirectories/1/fasttweet.bundle/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"description": "Tweet everything from Spotlight",
"examples": ["tweet hello world", "t i'm happy"],
"categories": ["Utilities"],
"creator_name": "Ne4istb"
"creator_name": "Ne4istb",
"keywords": ["twitter", "tweet"]
}
2 changes: 1 addition & 1 deletion PluginDirectories/1/googleimages.bundle/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"displayName_de": "Google Bilder Suche",
"examples": ["image search for ducks", "gi ducks", "show me images of ducks", "show me a picture of ducks", "google images ducks"],
"examples_de": ["Bildersuche nach Enten", "gi Enten", "Zeige mir Bilder von Enten", "Zeige mir ein Bild von Enten", "Google Bilder Enten"],
"categories": ["Search", "Media", "Featured"]
"categories": ["Search", "Media"]
}
6 changes: 6 additions & 0 deletions PluginDirectories/1/shutdown.bundle/counterexamples.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
log
off
out
screen
saver
down
10 changes: 9 additions & 1 deletion flashlightplugins/static/animation/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Animation = {
run: function(searches, callback) {
Animation.iterateAsync(searches, 0, function(search, next) {
Animation.showSearch(search, function() {
setTimeout(next, 1500);
setTimeout(next, 1700);
});
}, function() {
// done
Expand Down Expand Up @@ -87,6 +87,14 @@ var searches = [
text: "twitter.com",
image: "OpenURL"
},
{
text: "call justin",
image: "Call"
},
{
text: "sadness gif",
image: "Giphy"
},
{
text: "email titanic.png to nate",
image: "Emails"
Expand Down
Binary file modified flashlightplugins/static/animation/resources/Call.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bbcc6c

Please sign in to comment.