From 0fa2292e3c62ba8f2c15a82a3ff079be5a8e3004 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Tue, 26 Aug 2025 05:46:37 +0200 Subject: [PATCH] added hyprsunset config --- .config/hypr/hyprsunset.conf | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .config/hypr/hyprsunset.conf diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf new file mode 100644 index 0000000..b101ac4 --- /dev/null +++ b/.config/hypr/hyprsunset.conf @@ -0,0 +1,43 @@ +max-gamma = 150 + +profile { + time = 7:30 + identity = true + gamma = 1 +} + +profile { + time = 18:00 + temperature = 5000 + gamma = 1 +} + +profile { + time = 19:00 + temperature = 4500 + gamma = 1 +} + +profile { + time = 20:00 + temperature = 4000 + gamma = 1 +} + +profile { + time = 21:00 + temperature = 3500 + gamma = 1 +} + +profile { + time = 22:00 + temperature = 3000 + gamma = 1 +} + +profile { + time = 23:00 + temperature = 2500 + gamma = 1 +}