sidevesh / Luminance

A simple GTK application to control brightness of displays including external displays supporting DDC/CI
GNU General Public License v3.0
91 stars 4 forks source link

OSD popup #14

Closed Slomo17 closed 1 year ago

Slomo17 commented 1 year ago

Is it possible to show a OSD popup when using the CLI like when chaniging the volume on gnome? At the moment i use this extension which shows an OSD, but i would prefere a 'real' application which does not break every time after an upgrade of gnome like extensions do.

sidevesh commented 1 year ago

technically its not possible, gnome does not expose osd controls to apps, I have added a hack for it though, check the -o option in the documentation, mind its very hacky and still depends on a gnome extension

Slomo17 commented 1 year ago

Oh i didn't saw this option, thanks will try it