I’ve been wanting a reason to learn rust and decided to update a bash script I had on the AUR. If you’ve got any suggestions for improvements, feel free to create an issue / merge.
I’ve been wanting a reason to learn rust and decided to update a bash script I had on the AUR. If you’ve got any suggestions for improvements, feel free to create an issue / merge.
Does it have option to add or remove certain percentage with one command?
Since it supports multiple monitors, is there finally desktop monitors with brightness support??! Pretty perfect to use function keys (XF86KeySum on laptops) and just a modifier/shift for second monitor. Awesome!
I believe the value used when running
brightness [value]
is a percentage of your monitors total brightness. e.g. If one monitor can reach 400/nits and another 900/nits, thenbrightness 50
would set it to 200/nits and 450/nits respectively.DDCUtil which is what this is based on unfortunately doesn’t support laptops.
The program effectively changes the brightness via the monitors on screen display.