diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 27 insertions, 14 deletions
@@ -8,10 +8,10 @@ NAME redshift - Automatically adjust display colour temperature according the Sun SYNOPSIS - redshift [-b brightness] [-c file] [-g gamma] [-m method[:options]] + redshift [-b brightness] [-c file] [-D | +D] [-g gamma] [-l latitude:longitude | -l provider[:options]] - [-O temperature | -o | -p | -t temperature | -x] [-P | +P] - [-r | +r] [-dv] + [-m method[:options]] [-P | +P] [-r | +r] [-dv] + [-O temperature | -o | -p | -t temperature | -x] redshift -h @@ -56,6 +56,14 @@ OPTIONS -c file Load settings from specified configuration file. + -D + Start in enabled state. (Default) + + +D + Start in disabled state. + + Ignored in one-shot mode. + -d Keep the process alive and remove the colour effects when killed. @@ -107,12 +115,6 @@ OPTIONS Use "-m method:help" to see available options. - -o - One-shot mode (do not continuously adjust colour temperature). - - Use this with the -P option to clear the existing gamma ramps - before applying the new color temperature. - -O temperature This is a synonym for "-O temperature:temperature". @@ -129,8 +131,11 @@ OPTIONS This is a synonym for "-t day:night -o". - -p - Print parameter and exit. + -o + One-shot mode (do not continuously adjust colour temperature). + + Use this with the -P option to clear the existing gamma ramps + before applying the new color temperature. -P Reset exiting gamma ramps before applying new colour effects. @@ -138,6 +143,9 @@ OPTIONS +P Preserve preexisting gamma adjustments. (Default) + -p + Print parameter and exit. + -r Disable fading between colour temperatures. @@ -152,12 +160,12 @@ OPTIONS Values must be at least 1000 and integral. - -v - Enable verbose output. - -V Show program implementation and verison. + -v + Enable verbose output. + -x Remove adjustments from screen. @@ -299,6 +307,11 @@ STDOUT "Gamma: %f, %f, %f\n", <red gamma>, <green gamma>, <blue gamma>. + If "-v" is specified, and if running and continual mode, the program + will print "Status: Enabled\n" if starting in or when entering enabled + mode, and "Status: Disabled\n" if starting in or when entering disabled + mode. + If the "dummy" gamma ramp adjustment method is used, any time a colour change is applied (including each fade step), the colour temperature is output, for debugging purposes (brightness and gamma are not printed), |