feat!: support exponential brightness curve

I don't need most of the fluff for handling other types of displays, and getting rid of it lets me do something a lot nicer: add an exponential-gamma brightness display.
This commit is contained in:
Kiana Sheibani 2026-01-25 04:45:00 -05:00
parent bc5d256073
commit e45f412930
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
9 changed files with 28 additions and 133 deletions

View file

@ -171,6 +171,8 @@ Singleton {
readonly property string sunsetFrom: "21:00"
readonly property string sunsetTo: "9:00"
readonly property int sunsetTemperature: 4500
readonly property real brightnessExp: 4.0
}
readonly property QtObject session: QtObject {