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.
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.