From 4f051baf4514d2a0879490d23b865e76f7562f79 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 22 Mar 2025 23:44:26 +0100 Subject: Add -e, -E, and +E MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 32d4153..dc57501 100644 --- a/README +++ b/README @@ -8,7 +8,8 @@ NAME redshift - Automatically adjust display colour temperature according the Sun SYNOPSIS - redshift [-b brightness] [-c config-file] [-D | +D] [-g gamma] + redshift [-b brightness] [-c config-file] [-D | +D] + [-E | +E | -e elevations] [-g gamma] [-l latitude:longitude | -l provider[:options]] [-m method[:options]] [-P | +P] [-r | +r] [-dv] [-O temperature | -o | -p | -t temperature | -x] | -h | -V @@ -65,6 +66,31 @@ OPTIONS Ignored in one-shot mode. + -E + Use wall-clock based schedule. + + +E + Use solar elevation based schedule. + + -e elevations + Synonym for "-e elevations:elevations". + + -e elevation-high:elevation-low + Sets the lowest solar elevation during daytime to elevation-high + and the higest solar elevation during nighttime to elevation-low. + (Default: 3.0:-6.0, may change between versions.) + + The value should be formatted as real, decimal values measured + in degrees. Each value shall be formatted as one complete value, + without unit suffix, and not split into degrees, minutes, and + seconds. Positive values are above the horizon and negative + values are below the horizon. + + elevation-high or elevation-low may be omitted, to keep + unmodified, however at least one must be specified. + + Implies +E. + -d Keep the process alive and remove the colour effects when killed. -- cgit v1.2.3-70-g09d2