-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Add a new option to change the tray icon used by Vesktop #571
Comments
adding this feature would be fairly trivial, one would just need to get the user preference, check if the specified path exists, and then adjust the path passed here Vesktop/src/main/mainWindow.ts Line 124 in a66af35
|
I plan on working on this tomorrow with a GUI file select option in vesktop settings. Just need to familiarize myself with the project first :) |
Both issues were either started as or ended with harassment which is why. The time spent wasted arguing, someone could've just made a PR for it already. |
On Windows, you can right-click and change the icon, and I believe that applies to the task bar as well. On Linux, depending on your desktop environment, you can edit On MacOS, I have no idea. |
It seems to me like both issues were started in good faith. No one has addressed why 506 was immediately closed. |
did anybody ask |
This is misleading. This only changes the shortcut's icon in the taskbar and does not reflect changes in the system tray (the point of this issue) and a multitude of other places, especially if the app has a dynamic icon for notifications or such. |
Sorry then. I don't use Windows anymore, so I can't help with that. I would suggest you to use official Discord app with Vencord and OpenAsar applied, which should fix the issue. |
If you're using the Flatpak version, you can find it at I hate that I have to do this but I am LGBTQ myself, I just prefer the original Discord logo over the VC in my dock. If someone could point me to a pride ico file for the original logo it would be much appreciated. I tried using ones meant for MacOS but they were too small for some reason. |
(Bit of context, I'm the original poster of #505 ) I'm not quite sure what you mean here. Do you mean to right click on the shortcut? If so I think this would work but I personally prefered using the portable version of vesktop and just running the exe. Having an icon changed baked into vesktop would make it easier for all users to change the icon on any platform |
I'd like to have this feature. Maybe having the option to change it to something similar to the Discord icon (like Webcord does), but also having the option to upload a custom one. |
Instead of having too much customization, I would go with a simple: |
As temp workaround, is possible to setup a custom icon using the gnome-shell-extension-appindicator extension. |
The above workaround will break if you have any other Electron-based app placing a tray icon, such as Signal. All of them will have the same icon. Perhaps if there's a way to make it report a unique ID, this would help as a stopgap solution. |
For KDE people, see #576 (comment) on how to change the icon used in alt+tab and other places (doesn't affect tray icon). |
closing in favour of #667 |
Hi there. I would like to have a command-line flag or GUI option to change the icon used by Vesktop on the system tray. For the GUI, it could be something together with the "Tray Icon" option in "Vesktop Setttings".
My reasoning for this request is because I personally prefer to use original Discord icons.
To clarify, I'm not requesting to add Discord icons inside Vesktop itself. What I'm requesting is to let the user choose custom icons from their PC directly.
For the app itself, I can do it using the
.desktop
file on my DE (KDE Plasma), but I can't modify the VC icon due to it being hardcoded in Vesktop itself. (I could, but I would have to recompile the program, and that's not very convenient when updating.)Context of this issue: see issues #448 and #570.
One thing that I'm not sure is about having
static.ico
andstatic.png
. If I could modify Vesktop's tray icon, which extension would I have to use? Or would I need to have both file extensions for two copies of the same image? I think it would be interesting to use only.ico
or.png
to make it simpler (if needed).Thanks in advance to all contributors, and a special thanks to Vendicated for having a very friendly behavior.
The text was updated successfully, but these errors were encountered: