From b69b54790ae5618833d688d5211b6b6d0fc4adb8 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Tue, 26 Aug 2025 05:50:03 +0200 Subject: [PATCH] fixed gamma --- .config/hypr/hyprsunset.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf index b101ac4..d1cdca6 100644 --- a/.config/hypr/hyprsunset.conf +++ b/.config/hypr/hyprsunset.conf @@ -3,41 +3,41 @@ max-gamma = 150 profile { time = 7:30 identity = true - gamma = 1 + gamma = 100 } profile { time = 18:00 temperature = 5000 - gamma = 1 + gamma = 90 } profile { time = 19:00 temperature = 4500 - gamma = 1 + gamma = 90 } profile { time = 20:00 temperature = 4000 - gamma = 1 + gamma = 90 } profile { time = 21:00 temperature = 3500 - gamma = 1 + gamma = 80 } profile { time = 22:00 temperature = 3000 - gamma = 1 + gamma = 80 } profile { time = 23:00 temperature = 2500 - gamma = 1 + gamma = 80 }