Git Product home page Git Product logo

Comments (3)

krlvm avatar krlvm commented on June 25, 2024

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.

from trayvolumecontrol.

bananakid avatar bananakid commented on June 25, 2024

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 C:\Windows\system32\SndVolSSO.dll, C:\Windows\System32\pnidui.dll, etc. for reference). I already control brightness via BAT file system keyboard shortcut. I can explain how to do it step-by-step but basically I used this post to learn how to do it without any additional software. And in case it helps here's a working way to change increment of brightness change using keyboard's function keys by editing Windows Registry key (no restart required).

from trayvolumecontrol.

bananakid avatar bananakid commented on June 25, 2024

@krlvm, I actually found an alternative to TrayBrightnessControlBrightnessControl. However it has quite some downsides:

  • no brightness change increment value setting;
  • weird 11% hardcoded increment;
  • no modifier key support for fullscreen programs;
  • wrong brightness value reported by tray icon (tray icon reports 40% and Action Center reports 44%, etc., and tray icon can never reach 100% via mouse wheel maxing out at 90%);
  • no dynamic popup update when percentage changes (like TrayVolumeControl has);
  • high RAM usage (up to 19 MB);
  • lags and delays.

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.

from trayvolumecontrol.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.