DEV Community

Mohammed Chami
Mohammed Chami

Posted on

Fix Night Light Issue in Pop! OS

I recently come across an issue that the night light in Pop! OS runs few seconds then get back to the bluelight even though it's ON and set to sunrise to sunrise, the easy solution that I found to install gammastep

Use gammastep:

sudo apt install gammastep
gammastep -O 3000  # Test (3000K = warm, higher value more bluelight)
Enter fullscreen mode Exit fullscreen mode

to learn more about the features run:

gammastep -h
Enter fullscreen mode Exit fullscreen mode

good luck :)

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.