Give the app an icon that is about this app - #2
Merged
Conversation
A window with a title bar and a pulse inside it: a desktop tool watching the machine, without a metaphor to decode. It replaces thirty-one candidate drawings of Tux holding a diploma, which belonged to the exam trainer this repository used to be. Drawn for the size it is hardest at rather than the size it looks best at. An outlined frame with the pulse in red on blue lost the pulse entirely at 16 px, so the window is a solid white panel and the pulse sits on it in the app's own #e7000b — the red that was too dark against the plate is exactly right against white. `set-icon.ps1` no longer picks between candidates; there is one source now, and it regenerates every size from it.
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.
Picks Console from the ten proposals: a window with a title bar and a pulse inside it. A desktop tool watching the machine, with no metaphor to decode.
It replaces
src-tauri/icon-variants/— thirty-one drawings of Tux holding a diploma, which belonged to the exam trainer this repository used to be.One change from the proposal
The sheet drew the window as an outline with the pulse in
#ff5d5don the blue plate. Extracted from the generated.ico, the 16 × 16 entry lost the pulse to a smudge — the size Windows uses in the title bar and Alt-Tab.So the window is a solid white panel and the pulse sits on it in the app's own
#e7000b. The red that was too dark against the blue plate is exactly right against white, and the mark survives every size in the icon:icon.icocarries.icoand looking at itAlso
scripts/set-icon.ps1no longer picks between candidates — there is one source now, and it regenerates every size fromsrc-tauri/app-icon.svg.src-tauri/icons.bak/is left alone: it is untracked, so removing it is not something this branch can undo.🤖 Generated with Claude Code