about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-03-24 19:43:00 +0100
committeraszlig <aszlig@nix.build>2022-03-24 20:11:39 +0100
commitf05a7eb2f668d74a00d6582083ac46bfa452baf2 (patch)
treee492f9e7315b3b63e0e9d5d86979965f1d5571fa
parentc198d4b1b4ad9309ee5cab4cfefd7fb444f19d6b (diff)
workstation/redshift: Lower nightly brightness
I've been testing 0.5 for weeks now and already got sufficiently used to
it so that I'd become blind if it would be the default value (1.0).

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index a2958f36..3fd60783 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -174,6 +174,7 @@ in {
         enable = true;
         temperature.day = 5500;
         temperature.night = 3500;
+        brightness.night = "0.5";
       };
 
       xserver = {