Hypr Ecosystem/hyprsunset: fix gamma type and default value (#1165)

This commit is contained in:
Antoine Bertin 2025-07-22 11:21:35 +02:00 committed by GitHub
parent ce271b8f4a
commit 8f4f020b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ profile {
| -- | -- | -- | -- |
| time | The time at which the profile should be activated. Must be in the format {hours}:{minutes} | string | 00:00 |
| temperature | The screen temperature. Lower means warmer. | int | 6000 |
| gamma | The perceived brightness of the screen. This will allow you to lower the brightness beyond your screen's minimum. | int | 100 |
| gamma | The perceived brightness of the screen. This will allow you to lower the brightness beyond your screen's minimum. | float | 1.0 |
| identity | When set, resets gamma to 100 and temperature to 6500 acting as if hyprsunset was not running. | bool | false |