From 49b94e7b188010d70920590a50f8441373442dfd Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:04:00 +0800 Subject: services: add brightnessIncrement config property (#1010) * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f833e6..aba5f7b 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,7 @@ default, you must create it manually. }, "services": { "audioIncrement": 0.1, + "brightnessIncrement": 0.1, "maxVolume": 1.0, "defaultPlayer": "Spotify", "gpuType": "", -- cgit v1.2.3-freya