From 154cd066eecfd6fb50f7e5a437dcb8c2f4a2bb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wn=C4=99trzak?= Date: Tue, 14 Oct 2025 11:37:57 +0200 Subject: [PATCH] Add auto nightlight example config (#2446) By commenting out this config one can have nightlight applied automatically --- config/hypr/hyprsunset.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprsunset.conf b/config/hypr/hyprsunset.conf index 78bba7d0..f51ff746 100644 --- a/config/hypr/hyprsunset.conf +++ b/config/hypr/hyprsunset.conf @@ -3,4 +3,10 @@ profile { time = 07:00 identity = true -} \ No newline at end of file +} + +# Enable auto switch to nightlight: +# profile { +# time = 20:00 +# temperature = 4000 +# }