diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-21 23:46:04 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-21 23:46:04 +0100 |
commit | a091370e612b79452ac882e299d0e85154a64b59 (patch) | |
tree | e3af7375e90955609424ebe19442ddb3d53d6e09 /redshift.1 | |
parent | Remove dependency on libsimple since it's not portable (diff) | |
download | redshift-ng-a091370e612b79452ac882e299d0e85154a64b59.tar.gz redshift-ng-a091370e612b79452ac882e299d0e85154a64b59.tar.bz2 redshift-ng-a091370e612b79452ac882e299d0e85154a64b59.tar.xz |
misc stuff
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -100,16 +100,34 @@ program options are placed under the \fBredshift\fR header, while options for location providers and adjustment methods are placed under a header with the name of that provider or method. General options are: .TP +\fBtemp\fR = \fIday\fB:\fInight\fR +.TQ +\fBtemp\fR = \fIinteger\fR +.TQ +\fBtemperature\-day\fR = \fIday\fB:\fInight\fR +.TQ +\fBtemperature\-day\fR = \fIinteger\fR +Temperature (day and night) +.TP \fBtemp\-day\fR = \fIinteger\fR +.TQ +\fBtemperature\-day\fR = \fIinteger\fR Daytime temperature .TP \fBtemp\-night\fR = \fIinteger\fR +.TQ +\fBtemperature\-night\fR = \fIinteger\fR Night temperature .TP \fBfade\fR = \fI0 or 1\fR Disable or enable fading between color temperatures when Redshift starts or stops .TP +\fBbrightness\fR = \fIday\fB:\fInight\fR +.TQ +\fBbrightness\fR = \fI0.1\-1.0\fR +Screen brightness (day and night) +.TP \fBbrightness\-day\fR = \fI0.1\-1.0\fR Screen brightness at daytime .TP @@ -132,12 +150,20 @@ The custom time interval for the transition from day to night in the evening. When specified, the solar elevation will not be used to determine the current daytime/night period. If this option is set, dawn-time must also be specified. .TP +\fBgamma\fR = \fIday\fB:\fInight\fR +.TQ +\fBgamma\fR = \fI0.1\-10.0\fR +.TQ \fBgamma\fR = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply (day and night) .TP +\fBgamma-day\fR = \fI0.1\-10.0\fR +.TQ \fBgamma-day\fR = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply at daytime .TP +\fBgamma-night\fR = \fI0.1\-10.0\fR +.TQ \fBgamma-night\fR = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply at night .TP |