17 lines
1.8 KiB
Markdown
17 lines
1.8 KiB
Markdown
+++
|
||
date = "2017-08-30T06:46:48-07:00"
|
||
title = "Night Mode for ChromeOS"
|
||
slug = "night-mode-for-chromeos"
|
||
+++
|
||
|
||
So, what is night-mode? It is a mode for changing the color temperature of computer screens to be ‘warmer’ (more red-tones, less blue tones). Why? The strong blue tones (and whites) from most computer screens help trick your mind into thinking it is still day, and therefor you need to be awake.
|
||
|
||
I have been trying to enable night mode on all the things for a while now. For my android phone, I use <a href="https://play.google.com/store/apps/details?id=com.urbandroid.lux" target="_blank" rel="noopener">twilight for Android</a> (IOS has something built in now), <a href="https://getsol.us/home/" target="_blank" rel="noopener">Solus Linux</a> added it in the most recent release, <a href="https://www.gnome.org" target="_blank" rel="noopener">Gnome</a> has it in the later releases, and under <a href="https://i3wm.org" target="_blank" rel="noopener">i3</a>, I use <a href="https://justgetflux.com/" target="_blank" rel="noopener">xflux</a>.
|
||
|
||
However, I could not find anything for the Chromebooks….until now! 9to5Google.com has <a href="https://9to5google.com/2017/05/15/chrome-os-built-in-night-mode/" target="_blank" rel="noopener">a story about the feature coming soon</a> to ChromeOS, but they claim that you need to be on the very latest development branch called ‘Canary’. I tend to run on the Developers branch, and did not want to switch. I did a bit of digging, and found <a href="https://www.reddit.com/r/chromeos/comments/6asjrc/builtin_night_mode_for_chrome_os_in_latest_canary/" target="_blank" rel="noopener">this reddit thread</a> which has the feature flag to set:
|
||
|
||
> chrome://flags/#ash-enable-night-light
|
||
|
||
Normal warnings, this can lead to breakage of your system.
|
||
|
||
I have enabled it, and it is looking good so far!
|