-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
feat: Tray icon voice detection, customization and notification badge #517
base: main
Are you sure you want to change the base?
Conversation
It's a great feature, but I wanted to say that maybe the colors could be different. I barely see the icon in gnome where the bar is completely black. If you could choose a palette that benefits everyone that would be great. It seems very hidden indeed. for me tray icons vesktop always seem of low quality when compared with other Apps. These two are the last ones that look really bad in gnome. I believe it's just a palette choice like the white of the other tray icons the color palette doesn't have to be white, just some color that benefits from black. |
Thank you for feedback! I'm not using any black colors, I believe that it was just small border width. Also, I increased whole icon size. Can you please pull and retest? |
I can confirm that it looks much better! Well, maybe the edges of the circle could be a little smoother but I believe that the pixels are due to my monitor. That's great :) thanks for accepting the feedbeck. |
This reverts commit 3ccb0c4.
35b8db0
to
5b3c9b5
Compare
Might it be best to fold #261 into this PR? |
Why is it pink. I think this should either copy stock Discord or make it customizable. I would prefer the latter then I could select my accent color. |
Added ability to change colors. For now, I want to find a way how to disable icon color chooser in settings when tray icon is disabled instead of hiding the whole setting and (maybe) add ability to propose to user his system accent color. |
I just found out about this PR, looks great though I haven't tested it yet. This only shows a notification dot not a number, right? if there's interest in getting numbers in the tray icons like I have it in that PR i'm happy to work on top of your PR @PolisanTheEasyNick (it's an important feature for me) |
I can add that easily (even already did once at c725352 and removed at 8bbe16b), but problem was that numbers on badge in tray icon is very small and not readable, so there was a decision in ds chat to show only notification dot. |
Where is the option to change the taskbar and tray icon? I cant find it |
I tried running this on windows and it works just fine, the only problem is that the icon is not customizable but the notification dot shows up, and the icon changes while in call. The only problem is that it looks a bit strange? I'm not sure if this is visible on the screenshot If you need some specific logs or anything else please let me know. Thanks! |
Try retoggle "Enable tray icon" setting
It is strange indeed. Looks like some problem with icon sizes on Windows :c |
No, it will be at .app when this PR would be merged and new Vesktop release released
You can clone |
i made this repo so if you trust me enough you can get it from here, if you are not on mac that is https://github.com/prochy-exe/custom-vesktop-builds |
Can you please send .svg file you're trying to set? I'll try to test and fix ASAP |
You can try to pull. Looks like fixed for me :) |
Yep, that fixed it, and more importantly, nothing exploded! |
This all looks really good - will it come to the binary releases sometime soon? I'm looking forward to this - it's the biggest thing I'm missing when moving from discord to vesktop, because I disable the noise and pop-outs of notifications, so having the tray icon with a red dot is pretty-much how I know to go check what's going on Also not a fan of the VC tray icon - it's, imo, not clearly identifiable enough (easy to scan) - an artifact, probably, of an icon which works ok at larger sizes and becomes trash when compressed. Icons are hard. I rarely make a good one. |
epic pr🚀 cooking explodin
Resolves #294, partially resolves #667
Any ideas about improving PR structure are welcome ^^
Voice Detection Icons
Ability to set custom color:
Custom Tray Icons
Notification Badge on top of Tray Icon
And with some random screenshot as tray icon xddd
Follows tray custom colors:
Implemented on plain Electron canvas, without using any new dependencies.
Special thanks to @MrGarlic1 and @Covkie