diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
commit | cd80b9ede605f76710157060f03ef92dbe2c69d8 (patch) | |
tree | 4b7c5fce71acfb7bd6832e847075d593f7f71ccf /README | |
parent | Add autoconf check for clock_gettime() and floor(). (diff) | |
download | redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.gz redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.bz2 redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.xz |
Update README, NEWS and ChangeLog for 0.3 release.
Increment version in configure.ac.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,6 +1,6 @@ -Redshift -======== +Redshift 0.3 +============ Adjust color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in @@ -23,11 +23,9 @@ room. This is typically a low temperature at around 3000K-4000K the light from outside, typically around 5500K-6500K (default is 5500K). The light has a higher temperature on an overcast day. -Currently, the program will not continously update the color -temperature but will only do so once. One way to continously update -your screen is by running: - - $ watch -n 5 -- redshift <OPTIONS..> +The program will continously update the color temperature at regular +intervals. One shot mode can be selected if you only want to do one +adjustment. The command line options are explained in the following paragrphs. The only required parameter is your current location, all other options @@ -42,6 +40,11 @@ have reasonable defaults. vidmode). Default is randr. In some cases one of the methods will not work. In that case you may be able to use the other method. + -o One shot mode. Do not continously adjust color + temperature. + -r Disable initial temperature transition. By default the + program will make a smooth transition to the desired + color temperature when the program is started. -s SCREEN X screen to apply adjustments to. -t DAY:NIGHT Color temperature to set at daytime/night. -v Verbose output. |