Redesign macOS dock icon#217
Merged
Merged
Conversation
Replace icon.icns with a Tahoe-style squircle on a light glass background. Windows .ico and Linux PNGs are left untouched.
3d37740 to
9ca3af8
Compare
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.
The old macOS dock icon was the bare isometric cube on a transparent background. On Tahoe (and honestly already on Sonoma/Sequoia) that looks out of place next to system apps that all sit inside a proper squircle — the cube floats, has no glass treatment, and on light wallpapers the dark edges fight the dock.
This PR replaces only
src-tauri/icons/icon.icnswith a new design:The source SVG lives at
public/logo-macos.svgso it can be re-rendered if we ever want to tweak it.Nothing else changes:
icon.ico(Windows),icon.pngand the square PNGs (Linux / Tauri default), and the iOS/Android folders are untouched, so other platforms keep the existing mark. Notauri.conf.jsonchange either —icon.icnswas already the macOS path.Test plan
pnpm tauri buildon macOS produces an.appwhose Finder/Dock icon shows the new squircle