- Set automatic schedule to
false
dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-automatic false
- Set start time to midnight (
0.0
)
dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-from 0.0
- Set end time to
24.0
(next midnight)
dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-to 24.0
- Set color temperature (range:
1000
for warm/red to10000
for cool/blue)
dconf write /org/gnome/settings-daemon/plugins/color/night-light-temperature 4000
-
If you want to experiment with different color temperatures, you need to toggle Night Light off and on again to apply the new value:
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled false gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true
-
Alternatively, if the
gsettings
based toggling of night light does not work, you can use thesct
tool:sudo apt install sct sct 4000