diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
| commit | 3ddbe04c5a8b01fe00221339dcfc5489b2b032db (patch) | |
| tree | 24abfc50f4a926ce22e047637617fbc5cd3eae67 /redshift | |
| parent | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff) | |
various: read the diff
Diffstat (limited to 'redshift')
| -rw-r--r-- | redshift/redshift.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/redshift/redshift.conf b/redshift/redshift.conf index 9ad4cce..dbfd6da 100644 --- a/redshift/redshift.conf +++ b/redshift/redshift.conf @@ -1,8 +1,8 @@ ; Global settings for redshift [redshift] ; Set the day and night screen temperatures -temp-day=5700 -temp-night=3500 +temp-day=6000 +temp-night=4500 ; Disable the smooth fade between temperatures when Redshift starts and stops. ; 0 will cause an immediate change between screen temperatures. @@ -28,8 +28,8 @@ fade=1 ; brightness=0.9 ; It is also possible to use different settings for day and night ; since version 1.8. -brightness-day=0.8 -brightness-night=0.6 +brightness-day=0.9 +brightness-night=0.75 ; Set the screen gamma (for all colors, or each color channel ; individually) gamma=0.8 |
