-
Notifications
You must be signed in to change notification settings - Fork 5
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
Suggestions #1
Comments
I'm a fan of hardcoding and recompiling to my needs, but I'll think about the possibility of customization. Something like TrayBrightnessControl could be created, but in the case of volume, obviously we can use the system icon, but in this case we will need to add a new icon to the tray and manage its state. |
Thanks for taking time to respond @krlvm! I believe you may find the suggestions useful over time when you try them. The most common customization values can be hardcoded indeed (i.e. 2/5/10 step and Alt/Ctrl modifier key). As it goes to additional icon for TrayBrightnessControl — I see no problem with that as long as it works in manner similar to TrayVolumeControl (ideally both via mouse wheel on hover and a modifier key). Icon itself is not a problem because multiple options are in Segoe MDL2 Assets font (to match other system tray icons, here's a couple of them). I'll be happy to prepare ICO file of the correct size so it looks perfect (by using |
@krlvm, I actually found an alternative to TrayBrightnessControl — BrightnessControl. However it has quite some downsides:
P.S. It is important to note the BrightnessControl version 1.0 published at GitHub releases isn't working. You can download the working EXE and DLL from this GitHub folder (they are the same version as provided via Microsoft Store page, I checked via Online Link Generator for Microsoft Store) and execute it from any location. |
Thank you for this wonderful system extension @krlvm,
I'd like to suggest the following meaningful enhancements for the future release (feature request):
P.S. There's an outdated Media Flyout reference in the installer of TrayVolumeControl's version 1.1.1
Install.cmd
. Perhaps it should be removed as obsolete.P.P.S. Maybe TrayBrightnessControl can be developed as well? The display brightness flyout is inside Action Center flyout and this is quite inconvenient. I also couldn't find any application to achieve this except ClickMonitorDDC but it's quite resource heavy for such simple task (and it's discontinued and removed from the Internet).
P.P.P.S. I've been looking for lightweight minimalist open source solution for this and tested a lot of apps.
However the closest I managed to get is Volume² but it makes mouse cursor lag here and there. tb-vol-scroll is broken @ 200% UI scaling: volume change doesn't respect mouse wheel rotation direction. In Volumouse the volume increment is being set using 65535 scale and app doesn't accept 6553.5 for 10% increment so you can't get perfect 10% volume change increment (0 to 100% takes 11 steps instead of 10), also Volumouse uses a lot of RAM and UI lags little. ClickMonitorDDC does the job including both suggested improvements too (as well as changing brightness via mouse wheel) but shows Windows notification popup in the top left (annoying) and requires additional tray icon (oh, and it's development is abandoned, and tray icon font is jagged with any font renderer setting, and you can't use static icon instead of colored numbers). Volume Step Adjuster didn't work. And I also gave up on 3RVX because it's not being developed anymore.The text was updated successfully, but these errors were encountered: