https://bugs.kde.org/show_bug.cgi?id=517315

            Bug ID: 517315
           Summary: Make "Dim automatically" use a user-configurable
                    dimming ratio
    Classification: Plasma
           Product: plasmashell
      Version First 6.6.2
       Reported In:
          Platform: Arch Linux
                OS: Linux
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: Power management & brightness
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: 1.0

Created attachment 190496
  --> https://bugs.kde.org/attachment.cgi?id=190496&action=edit
Example sketch image

Currently  "Dim automatically" can be configured only to time it turns on, by
the time, dim factor is hardcoded and not perfect for every user:

https://invent.kde.org/plasma/powerdevil/-/raw/master/daemon/actions/bundled/dimdisplay.cpp
```
    // Dim brightness to 30% of the original. 30% is chosen arbitrarily based
on the
    // assumption that e.g. 50% may be too bright for returning user to notice
that
    // the screen is going to go off, while 20% may be too dark to be able to
read
    // something on the screen.
    core()->screenBrightnessController()->setDimmingRatio(DIMMING_ID, 0.3);
```

I suggest adding setting for dim factor or/and adding static brightness value
for dim moment.
For customize ability and convenience :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to