baduhai / Koi

Koi - Theme scheduling for the KDE Plasma Desktop
GNU Lesser General Public License v3.0
270 stars 20 forks source link

[REQUEST] Set monitor or laptop screen brightness #5

Closed lifeintimelapse closed 2 years ago

lifeintimelapse commented 4 years ago

When changing between dark/light theme, also switch display(s) brightness.

Describe the solution you'd like

  1. Enumerate attached displays.
  2. Provide a dark/light percentage brightness setting per display.
  3. Adjust display(s) brightness when switching between dark/light.

Additional context Simpler scripted POC here https://lifeintimelapse.github.io/controlling-brightness-with-ddc-ci.html

baduhai commented 4 years ago

Seems very doable. Will try to add support for it as early as possible as I think I would personally benefit from it.

  1. Enumerate attached displays.

This will also set the groundwork for per monitor wallpapers, which is something I have on the back of my mind.

baduhai commented 2 years ago

I have decided that this is out of scope for the project, as koi schedules themes, and brightness isn't a theme. I will eventually make it so koi can trigger scripts when changing themes, and users can implement this change themselves. Closing as out of scope.