.TH REDSHIFT 1 .SH NAME gammastep \- set color temperature of display according to time of day .SH SYNOPSIS .B gammastep \fR[\fB\-l\fR \fILAT\fB:\fILON\fR | \fB\-l\fR \fIPROVIDER\fB:\fIOPTIONS\fR] [\fB\-t\fR \fIDAY\fB:\fINIGHT\fR] [\fIOPTIONS\fR...] .SH DESCRIPTION .B gammastep adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less or reduce the risk for delayed sleep phase syndrome if you are working in front of the screen at night. .PP The color temperature is set according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt over a period of about an hour. At night the color temperature should be set to match the lamps in your room. This is typically a low temperature at around 3000K\-4000K (default is 4500K). During the day, the color temperature should match the light from outside, typically around 5500K\-6500K (default is 6500K). The light has a higher temperature on an overcast day. .PP In addition to the command-line tool \fBgammastep\fR, the GUI \fBgammastep-indicator\fR provides an alternative interface that shows up as a notification icon in the desktop environment. .SH OPTIONS .TP \fB\-h\fR Display help message. .TP \fB\-v\fR Enable verbose output. .TP \fB\-V\fR Show program version. .TP \fB\-b\fR \fIDAY\fB:\fINIGHT\fR Screen brightness to apply (between 0.1 and 1.0). .TP \fB\-c\fR \fIFILE\fR Load settings from specified configuration file. .TP \fB\-g\fR \fIR\fB:\fIG\fB:\fIB\fR Additional gamma correction to apply. .TP \fB\-l\fR \fILAT\fB:\fILON\fR Your current location, in degrees, given as floating point numbers, towards north and east, with negative numbers representing south and west, respectively. .TP \fB\-l\fR \fIPROVIDER\fR[\fB:\fIOPTIONS\fR] Select provider for automatic location updates (Use \fB"\-l list"\fR to see available providers). .TP \fB\-m\fR \fIMETHOD\fR[\fB:\fIOPTIONS\fR] Method to use to set color temperature (Use \fB"\-m list"\fR to see available methods). .TP \fB\-o\fR One-shot mode (do not continuously adjust color temperature). Use this with the \fB\-P\fR option to clear the existing gamma ramps before applying the new color temperature. .TP \fB\-O\fR \fITEMP\fR One-shot manual mode (set color temperature). Use this with the \fB\-P\fR option to clear the existing gamma ramps before applying the new color temperature. .TP \fB\-p\fR Print mode (only print parameters and exit). .TP \fB\-P\fR Reset existing gamma ramps before applying new color effect. .TP \fB\-x\fR Reset mode (remove adjustment from screen). .TP \fB\-r\fR Disable fading between color temperatures. .TP \fB\-t\fR \fIDAY\fB:\fINIGHT\fR Color temperature to set at daytime/night. .PP The neutral temperature is 6500K. Using this value will not change the color temperature of the display. Setting the color temperature to a value higher than this results in more blue light, and setting a lower value will result in more red light. .PP Default temperature values: .IP Daytime: 6500K, night: 4500K .SH CONFIGURATION FILE A configuration file with the name \fIconfig.ini\fR can optionally be placed in \fI~/.config/gammastep/\fR (if the environment variable XDG_CONFIG_HOME is undefined) or \fI${XDG_CONFIG_HOME}/gammastep/\fR (if XDG_CONFIG_HOME is defined). The file has standard INI format. General program options are placed under the \fBgeneral\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\-day\fR = \fIinteger\fR Daytime temperature .TP \fBtemp\-night\fR = \fIinteger\fR Night temperature .TP \fBfade\fR = \fI0 or 1\fR Disable or enable fading between color temperatures. .TP \fBbrightness\-day\fR = \fI0.1\-1.0\fR Screen brightness at daytime .TP \fBbrightness\-night\fR = \fI0.1\-1.0\fR Screen brightness at night .TP \fBelevation-high\fR = \fIdecimal\fR The solar elevation in degrees for the transition to daytime .TP \fBelevation-low\fR = \fIdecimal\fR The solar elevation in degrees for the transition to night .TP \fBdawn-time\fR = \fIHH\fB:\fIMM\fR[\fB\-\fIHH\fB:\fIMM\fR] The custom time interval for the transition from night to day in the morning. When specified, the solar elevation will not be used to determine the current daytime/night period. If this option is set, dusk-time must also be specified. .TP \fBdusk-time\fR = \fIHH\fB:\fIMM\fR[\fB\-\fIHH\fB:\fIMM\fR] 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 = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply (day and night) .TP \fBgamma-day\fR = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply at daytime .TP \fBgamma-night\fR = \fIR\fB:\fIG\fB:\fIB\fR Gamma adjustment to apply at night .TP \fBadjustment\-method\fR = \fIname\fR Select adjustment method. Options for the adjustment method can be given under the configuration file heading of the same name. .TP \fBlocation\-provider\fR = \fIname\fR Select location provider. Options for the location provider can be given under the configuration file heading of the same name. .PP Options for location providers and adjustment methods can be found in the help output of the providers and methods. .SH EXAMPLE Example for Copenhagen, Denmark: .IP \fB$\fR gammastep \-l 55.7:12.6 \-t 5700:3600 \-g 0.8 \-m randr \-v .PP An example configuration file with the same effect as the above command line: .IP .nf [\fBgeneral\fR] temp\-day=5700 temp\-night=3600 gamma=0.8 adjustment\-method=randr location\-provider=manual [\fBmanual\fR] lat=55.7 lon=12.6 .fi .SH HOOKS Executables (e.g. scripts) placed in folder \fI~/.config/gammastep/hooks\fR will be run when a certain event happens. The first parameter to the script indicates the event and further parameters may indicate more details about the event. The event \fBperiod-changed\fR is indicated when the period changes (\fBnight\fR, \fBdaytime\fR, \fBtransition\fR). The second parameter is the old period and the third is the new period. The event is also signaled at startup with the old period set to \fBnone\fR. Any dotfiles in the folder are skipped. .PP A simple script to handle these events can be written like this: .IP .nf #!/bin/sh case \fB$1\fR in \fBperiod-changed\fR) exec notify-send "Gammastep" "Period changed to \fB$3\fR" esac .fi .SH AUTHOR .B gammastep was written by Jon Lund Steffensen , and is now maintained by Cameron Nemo . .PP Both .B gammastep and this manual page are released under the GNU General Public License, version 3. .SH BUGS Please report bugs to .SH KNOWN ISSUES .B gammastep will not affect the color of your cursor when your graphics driver is configured to use hardware cursors. Some graphics drivers have an option to disable hardware cursors.