tpenguinltg / redshift-adjust

[Unmaintained] Script for manually adjusting the colour temperature with hotkeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME
	redshift-adjust - Script for manually adjusting the
	                  colour temperature with hotkeys

SYNOPSIS
	redshift-adjust (-p | ADJUSTMENT)

DESCRIPTION
	redshift-adjust uses redshift to adjust the colour
	temperature to either an absolute or a relative
	colour temperature. If a colour temperature has
	not been set using redshift-adjust, redshift-adjust
	will assume that the current colour temperature
	is 6500 Kelvin.

OPTIONS
	-p      Print the current colour temperature.

ADJUSTMENTS
	=TEMP   Set the colour temperature to TEMP Kelvin.
	+TEMP   Increase the colour temperature by TEMP Kelvin.
	-TEMP   Decrease the colour temperature by TEMP Kelvin.

RATIONALE
	See <jonls/redshift#231>.

SEE ALSO
	redshift(1), analyse-gamma(1), xbindkeys(1)

About

[Unmaintained] Script for manually adjusting the colour temperature with hotkeys

License:GNU General Public License v3.0


Languages

Language:Makefile 72.9%Language:Shell 27.1%