From 8f4f020b7a31afb59168162a2c8353a1c4eee196 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Tue, 22 Jul 2025 11:21:35 +0200 Subject: [PATCH] Hypr Ecosystem/hyprsunset: fix gamma type and default value (#1165) --- pages/Hypr Ecosystem/hyprsunset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/hyprsunset.md b/pages/Hypr Ecosystem/hyprsunset.md index 22d718cb..150c6322 100644 --- a/pages/Hypr Ecosystem/hyprsunset.md +++ b/pages/Hypr Ecosystem/hyprsunset.md @@ -58,7 +58,7 @@ profile { | -- | -- | -- | -- | | time | The time at which the profile should be activated. Must be in the format {hours}:{minutes} | string | 00:00 | | temperature | The screen temperature. Lower means warmer. | int | 6000 | -| gamma | The perceived brightness of the screen. This will allow you to lower the brightness beyond your screen's minimum. | int | 100 | +| gamma | The perceived brightness of the screen. This will allow you to lower the brightness beyond your screen's minimum. | float | 1.0 | | identity | When set, resets gamma to 100 and temperature to 6500 acting as if hyprsunset was not running. | bool | false |