diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-01-24 18:02:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 18:02:25 +0100 |
commit | d51c25e76eaf9d7f9318f5ec1b4e7eb04454f46c (patch) | |
tree | 84eafc4b7aa2779a30436f7acc38ee3d8c2c5494 | |
parent | Merge pull request #420 from jonls/default-temperature (diff) | |
parent | Change default temperature value (diff) | |
download | redshift-ng-d51c25e76eaf9d7f9318f5ec1b4e7eb04454f46c.tar.gz redshift-ng-d51c25e76eaf9d7f9318f5ec1b4e7eb04454f46c.tar.bz2 redshift-ng-d51c25e76eaf9d7f9318f5ec1b4e7eb04454f46c.tar.xz |
Merge pull request #426 from Kcchouette/patch-1
Change default temperature value
-rw-r--r-- | redshift.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,9 +17,9 @@ twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt over a period of about an hour. At night the color temperature should be set to match the lamps in your room. This is typically a low -temperature at around 3000K\-4000K (default is 3500K). During the day, +temperature at around 3000K\-4000K (default is 4500K). During the day, the color temperature should match the light from outside, typically -around 5500K\-6500K (default is 5500K). The light has a higher +around 5500K\-6500K (default is 6500K). The light has a higher temperature on an overcast day. .SH OPTIONS .TP @@ -80,7 +80,7 @@ more red light. Default temperature values: .IP -Daytime: 5500K, night: 3500K +Daytime: 6500K, night: 4500K .SH CONFIGURATION FILE A configuration file with the name `redshift.conf' can optionally be placed in `~/.config/'. The file has standard INI format. General |