Forrest logo
back to context overview

redshift

List of commands for redshift:

  • redshift:tldr:5e9f2 redshift: Turn on Redshift with custom gamma levels (between 0 and 1).
    $ redshift -g ${red}:${green}:${blue}
    try on your machine
    explain this command
  • redshift:tldr:9cf79 redshift: Turn on Redshift with a manually specified custom location.
    $ redshift -l ${latitude}:${longitude}
    try on your machine
    explain this command
  • redshift:tldr:dc169 redshift: Turn on Redshift with 70% screen brightness during day and 40% brightness at night.
    $ redshift -b ${0-7}:${0-4}
    try on your machine
    explain this command
  • redshift:tldr:e6bb8 redshift: Turn on Redshift with 5700K temperature during day and 3600K at night.
    $ redshift -t ${5700}:${3600}
    try on your machine
    explain this command
  • redshift:tldr:f3960 redshift: Turn on Redshift with a constant unchanging color temperature.
    $ redshift -O ${temperature}
    try on your machine
    explain this command
back to context overview