From 480f446e92c06cddedd620aabc5e1a5f9d6c2b31 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 16 May 2026 21:13:44 +0100 Subject: [PATCH] Update sunset --- .config/hypr/hyprsunset.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf index ea38697..16086fc 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 = 4000 - gamma = 0.8 + temperature = 3000 + gamma = 0.4 } profile { time = 21:00 - temperature = 3000 - gamma = 0.5 + temperature = 2000 + gamma = 0.3 } profile { time = 22:00 temperature = 1000 - gamma = 0.4 + gamma = 0.2 }