mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Hypr Ecosystem/hyprsunset: fix gamma type and default value (#1165)
This commit is contained in:
parent
ce271b8f4a
commit
8f4f020b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue