2016-01-21 19:07:03 -05:00
|
|
|
# redshift
|
|
|
|
|
|
|
|
> Adjust the color temperature of your screen according to your surroundings.
|
2025-03-28 05:26:23 +02:00
|
|
|
> More information: <https://manned.org/redshift>.
|
2016-01-21 19:07:03 -05:00
|
|
|
|
2024-02-08 07:31:22 +01:00
|
|
|
- Turn on Redshift with a specific [t]emperature during day (e.g., 5700K) and at night (e.g., 3600K):
|
2016-01-21 19:07:03 -05:00
|
|
|
|
|
|
|
`redshift -t {{5700}}:{{3600}}`
|
|
|
|
|
2024-02-08 07:31:22 +01:00
|
|
|
- Turn on Redshift with a manually specified custom [l]ocation:
|
2016-01-21 19:07:03 -05:00
|
|
|
|
|
|
|
`redshift -l {{latitude}}:{{longitude}}`
|
|
|
|
|
2024-02-08 07:31:22 +01:00
|
|
|
- Turn on Redshift with a specific screen [b]rightness during the day (e.g, 70%) and at night (e.g., 40%):
|
2016-01-21 19:07:03 -05:00
|
|
|
|
|
|
|
`redshift -b {{0.7}}:{{0.4}}`
|
|
|
|
|
2024-02-08 07:31:22 +01:00
|
|
|
- Turn on Redshift with custom [g]amma levels (between 0 and 1):
|
2016-01-21 19:07:03 -05:00
|
|
|
|
|
|
|
`redshift -g {{red}}:{{green}}:{{blue}}`
|
|
|
|
|
2024-10-07 02:45:48 -05:00
|
|
|
- [P]urge existing temperature changes and set a constant unchanging color temperature in [O]ne-shot mode:
|
2016-01-21 19:07:03 -05:00
|
|
|
|
2024-10-07 02:45:48 -05:00
|
|
|
`redshift -PO {{temperature}}`
|