HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gammastep — Adjust the screen's color temperature according to the time of day. More information: <https://manne

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcolorscreentemperaturecliadjustgammastep

Problem

How to use the gammastep command: Adjust the screen's color temperature according to the time of day. More information: <https://manned.org/gammastep>.

Solution

gammastep — Adjust the screen's color temperature according to the time of day. More information: <https://manned.org/gammastep>.

Turn on Gammastep with a specific [t]emperature during the day (e.g. 5700k) and at night (e.g. 3600k):
gammastep -t {{5700}}:{{3600}}


Turn on Gammastep with a manually specified custom [l]ocation:
gammastep -l {{latitude}}:{{longitude}}


Turn on Gammastep with a specific screen [b]rightness during the day (e.g. 70%) and at night (e.g. 40%), with minimum brightness 10% and maximum brightness 100%:
gammastep -b {{0.7}}:{{0.4}}


Turn on Gammastep with custom [g]amma levels (between 0 and 1):
gammastep -g {{red}}:{{green}}:{{blue}}


Turn on Gammastep with a c[O]nstant unchanging color temperature:
gammastep -O {{temperature}}


Reset temperature adjustments applied by Gammastep:
gammastep -x

Code Snippets

Turn on Gammastep with a specific [t]emperature during the day (e.g. 5700k) and at night (e.g. 3600k)

gammastep -t {{5700}}:{{3600}}

Turn on Gammastep with a manually specified custom [l]ocation

gammastep -l {{latitude}}:{{longitude}}

Turn on Gammastep with a specific screen [b]rightness during the day (e.g. 70%) and at night (e.g. 40%), with minimum brightness 10% and maximum brightness 100%

gammastep -b {{0.7}}:{{0.4}}

Turn on Gammastep with custom [g]amma levels (between 0 and 1)

gammastep -g {{red}}:{{green}}:{{blue}}

Turn on Gammastep with a c[O]nstant unchanging color temperature

gammastep -O {{temperature}}

Context

tldr-pages: common/gammastep

Revisions (0)

No revisions yet.