Forrest logo
tool overview
On this page you find all important commands for the CLI tool redshift. If the command you are looking for is missing please ask our AI.

redshift

Redshift is a command line tool that adjusts the color temperature of the screen based on the time of day to reduce eye strain and promote better sleep. It works by modifying the color temperature of the display, making it warmer during evening and night hours and cooler during daytime. Redshift applies a color transformation to the whole screen, gradually transitioning from the default color temperature to the adjusted temperature. The tool takes into account the user's location and the current time to determine the appropriate color temperature settings. Redshift can be customized with various parameters such as latitude and longitude to accurately calculate the sunrise and sunset times for the location. It supports multiple color temperature presets and allows users to specify the desired transition speed. Redshift can be used with various desktop environments and window managers, making it versatile and popular among Linux users. It is highly configurable through a corresponding configuration file, allowing users to fine-tune the color temperature behavior to their liking. Redshift can be scheduled to start automatically during system boot or run as a daemon in the background. Overall, Redshift is a valuable tool for users looking to reduce eye strain and promote better sleep by adjusting the color temperature of their screens.

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
tool overview