mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #74] Window is missing icon on Windows #57
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kethku on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/74
This is probably on the backlog already, but it would be nice to have an icon for psst. Maybe use the mute emoji but colored spotify green?
@Kethku commented on GitHub (Jul 15, 2021):
Alternatively a spotify green circle with the mute emoji in black in the center might look really good
@jpochyla commented on GitHub (Jul 26, 2021):
We now have a basic icon on Windows (thanks @Kethku!). Icons on Mac and Linux would require an app bundle (ideally through
cargo bundle, might be good idea to use it for the deb/rpm packages as well).@Kethku commented on GitHub (Jul 26, 2021):
Also upstream changes are required in druid to enable setting the icon for a given window. Currently the window icon is unset on windows, but is set for the executable. More work is needed...
@jpochyla commented on GitHub (Jul 29, 2021):
I need to finish a PR for Druid with platform-specific ext traits for the window management, but the icon is next!
@pablodz commented on GitHub (Aug 26, 2021):
#110
@SO9010 commented on GitHub (May 5, 2025):
@jacksongoode this can definitely be closed!