aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index 5b2688f..71a350a 100644
--- a/README
+++ b/README
@@ -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.