diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-01-03 16:04:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 19:04:00 +1100 |
| commit | 49b94e7b188010d70920590a50f8441373442dfd (patch) | |
| tree | 463fe914ebcb6cb6f82529ea3c2879d5441bc239 /README.md | |
| parent | bluetooth: make device sort order stable (diff) | |
| download | caelestia-shell-49b94e7b188010d70920590a50f8441373442dfd.tar.gz caelestia-shell-49b94e7b188010d70920590a50f8441373442dfd.tar.bz2 caelestia-shell-49b94e7b188010d70920590a50f8441373442dfd.zip | |
services: add brightnessIncrement config property (#1010)
* feat: Add brightnessIncrement config property
* birghtness increment applies on bar scroll
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -563,6 +563,7 @@ default, you must create it manually. }, "services": { "audioIncrement": 0.1, + "brightnessIncrement": 0.1, "maxVolume": 1.0, "defaultPlayer": "Spotify", "gpuType": "", |