LordAmit / Brightness

Using Brightness Controller, you can control brightness of both primary and external displays in Linux. Check it out!
Other
1.05k stars 84 forks source link

Is it possible to add a command line to control the brightness. #208

Closed DemoorBug closed 2 years ago

DemoorBug commented 2 years ago

I want to control the brightness from the command line, so I can customize a lot of shortcuts

archisman-panigrahi commented 2 years ago

We are using xrandr in the backend. You can use it to customize shortcuts. Here is a tutorial. https://linuxconfig.org/how-to-configure-your-monitors-with-xrandr-in-linux

DemoorBug commented 2 years ago

We are using xrandr in the backend. You can use it to customize shortcuts. Here is a tutorial. https://linuxconfig.org/how-to-configure-your-monitors-with-xrandr-in-linux

Although this article does not mention setting the brightness. But I found this: xrandr --output HDMI-1-1 --brightness 0.8. Thank you.