-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to allow custom icons for your taskbar? #977
Comments
This happens because RetroBar uses the window icon, rather than the app icon, by design. The default Windows taskbar does this too, when set to not combine buttons. I believe the only way to achieve what you're looking for is to patch the applications themselves to change their icon resources. |
how exactly would I "patch the applications?" |
You could use a tool like Resource Hacker if the icon resource is embedded and used within the Win32 application (otherwise you could use Windhawk's Resource Redirect mod with a dummy .exe file with the .ico resource modified), rather than an external resource or in a different format. |
Thank you, the windhawk method worked for me after I pasted a few neurons in my chimp brain together |
I intend to make discord have the icon of the MSN Messenger. I went to the directory to change the icon and everything. It shows up on the default windows taskbar, but not on retrobar.
As you can see on the pinned icons, the MSN icon is there (replacing the discord icon), but the discord icon beyond the MSN icon is still its default icon. I have had this "issue" for about a year now, and I just wanted to see if it was possible to fix that.
The text was updated successfully, but these errors were encountered: