Skip to content

Instantly share code, notes, and snippets.

@seanorama
Created November 2, 2018 03:23
Show Gist options
  • Save seanorama/74c0c6b656d05d9ae8ed4427a9362bfd to your computer and use it in GitHub Desktop.
Save seanorama/74c0c6b656d05d9ae8ed4427a9362bfd to your computer and use it in GitHub Desktop.
flux-adjust-color.md

How to manually adjust color for f.lux on macos

Including colors below the default allowed 1200k.

Why: So we can elimante green along with blue light as I'm doing here with 900k.

## adjust night time temp
defaults write org.herf.Flux lateColorTemp -int 900

## optionally adjust day time temp
defaults write org.herf.Flux dayColorTemp -int 900

Then quit and restart flux.

Open f.lux preferences. You'll notice the slider is 1200k, however the reported color will be 900k.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment