brightness icon indicating copy to clipboard operation
brightness copied to clipboard

Change screen brightness

Results 8 brightness issues
Sort by recently updated
recently updated
newest added

Error: Only Windows systems are supported

**I'm on linux and my code as below ::** brightness.set(0.5).then(() => { console.log('Changed brightness to o.5'); }).catch(err => { console.log(err); }) getting Error: **No backlight device found**. Thanks in advance.

Is there any way to prevent using `sudo` every time I run this thing? It can be very harmful.

I'm having the same problems with your library that also affects [this one](https://github.com/gillstrom/osx-brightness/issues/8) too. I can set the brightness, the script closes, and then 30 seconds later the OS resets...

would a PR with ios support be accepted to this library? I'm interested in doing that. Need it for work plus it's hacktoberfest.

Since updating to macOS 10.12.4, changing the screen brightness using the following pattern leads to different/unwanted/unintended behavior: 1. change brightness from command line using "brightness" 2. change brightness again using...

bug

Is there a way to add a listener to watch brightness changing?

Please add typescript support ```typescript declare module 'brightness' { export function set(brightness: number): Promise export function get(): Promise } ```