From 4184af158867c01e49cc8453ceaee7047956c590 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 May 2026 22:03:19 +0100 Subject: [PATCH] More sunset --- .config/hypr/hyprsunset.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf index 44a2de6..b6cb3bf 100644 --- a/.config/hypr/hyprsunset.conf +++ b/.config/hypr/hyprsunset.conf @@ -8,18 +8,18 @@ profile { # and use the following: profile { time = 20:00 - temperature = 3000 - gamma = 0.3 + temperature = 4000 + gamma = 0.5 } profile { time = 21:00 - temperature = 2000 - gamma = 0.2 + temperature = 3000 + gamma = 0.4 } profile { time = 22:00 - temperature = 1000 - gamma = 0.15 + temperature = 2000 + gamma = 0.3 }