Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
🚸 Add (this can take a while) text when first loading icons
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Feb 28, 2019
1 parent d6244fe commit 3d1e027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
<string>getting icons...</string>
<string>getting icons... (this can take a while)</string>
<key>script</key>
<string>chmod +x jq &amp;&amp; cat gitmojis.json | ./jq --raw-output '{items: [.gitmojis | .[] | {emoji: .emoji, code: .code, title: (.emoji + " " + .code), subtitle: .description, match: (.description + " " + .name), arg: .code, text: {copy: .code, largetype: .code}}]}'</string>
<key>scriptargtype</key>
Expand Down

0 comments on commit 3d1e027

Please sign in to comment.