Luminance icon indicating copy to clipboard operation
Luminance copied to clipboard

A simple GTK application to control brightness of displays including external displays supporting DDC/CI

Results 12 Luminance issues
Sort by recently updated
recently updated
newest added

Hi, first of all nice job! I've been looking for a software like this for quite some time. Would you be interested in switching from a custom `build.sh` script to...

Probably not possible since ddcutil itself can't work from inside flatpak without installing the udev files, this project also requires the udev file to get permission to modify the /sys/class/backlight...

This makes updates automatic. You could achieve the same result by hosting the package on COPR for Fedora and OBS for other distros so users can also use appropriate package...

Hi, Looking at DDC/IC specifications on[ wikipedia page](https://en.wikipedia.org/wiki/Display_Data_Channel) : _Now almost all monitors support such general MCCS commands as brightness and contrast management_ So could it be possible to add...

also move things that should be in header in header fix https://github.com/sidevesh/Luminance/issues/16

You used to be able to drag the slider and it would follow mouse pointer smoothly.

Right now the app won't start again after it is killed or crashes, until you remove the lock file. This PR stores the PID in the lock file and checks...