Add swift-bird runner - #56
Open
ryan-token wants to merge 1 commit into
Open
Conversation
Kyome22
reviewed
Aug 17, 2026
Contributor
There was a problem hiding this comment.
I think this design is inspired by the Swift programming language logo, but the fact that it looks like it's continuously declining toward the bottom right doesn't give a very good impression visually.
Author
There was a problem hiding this comment.
It is indeed based on the Swift language logo. I iterated on the design several times and had the same thought on the declining angle originally, but it's really grown on me over time. I've been running it in my menu bar for weeks now and like it a lot.
I think losing the angle would remove all similarity from the Swift language logo, which I think makes this worse. Here's how it looks in my menu bar:
swift-bird.mov
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Type of Change
Summary
Adds
swift-bird, a common swift (Apus apus) in a shallow dive.Eight frames at 48x36 make one full wingbeat: wings extended on the downstroke, folded on the recovery, forked tail fanning, body bobbing. Since the cycle is one beat, the flapping speeds up with CPU load.
It is
monochrome, so it takes the menu bar's tint color in light and dark.The artwork is original vector geometry, not traced. It is a drawing of the bird and inspired by Apple's Swift logo, but it is not Apple's Swift logo nor does it use any of its artwork.
Checklist for Adding a Runner
runners/<runner-name>/as<runner-name>-frames.zip,metadata.json, andpreview.png.<runner-name>-frame-<N>.png(numbered from 0), with a height of exactly 36px, a width between 10px and 100px, and all frames share the same size..DS_Store,__MACOSX/, or._*entries.metadata.jsoncontains the correctauthor,displayName,type(monochromeorcolor), andtags.preview.pngis an animated PNG (APNG), 36px tall, at most 100px wide, and animates correctly.runners/manifest.jsonincludes the new runner name and stays sorted alphabetically.