diff options
author | Ben Sima <ben@bsima.me> | 2019-11-29 14:32:00 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-29 14:32:11 -0800 |
commit | c1773587b03b76d230ac238a5d546440bbf12609 (patch) | |
tree | ed32425069e91d91637ecb50f23a551eecdf4339 /linux.nix | |
parent | 2e590123525eb391a64d0b3dcbf59ece45fb4e7a (diff) |
lower my night color temperature
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -318,8 +318,9 @@ in latitude = "37.39"; longitude = "-122.09"; temperature = { + # orange = 1000, white = 5000 day = 5000; - night = 3500; + night = 2300; }; }; |