summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Seger <pixelkhaos@gmail.com>2025-10-13 13:50:56 +0200
committerGitHub <noreply@github.com>2025-10-13 22:50:56 +1100
commitdde0f85e78755fa50902f29a4bca6d29ae345867 (patch)
tree363a0e1d2c45add224ef974f270e76ac174c50d4 /README.md
parent[CI] chore: update flake (diff)
downloadcaelestia-shell-dde0f85e78755fa50902f29a4bca6d29ae345867.tar.gz
caelestia-shell-dde0f85e78755fa50902f29a4bca6d29ae345867.tar.bz2
caelestia-shell-dde0f85e78755fa50902f29a4bca6d29ae345867.zip
feat: configurable max volume (#723)
* feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1daa22a..d8be30a 100644
--- a/README.md
+++ b/README.md
@@ -546,6 +546,7 @@ default, you must create it manually.
},
"services": {
"audioIncrement": 0.1,
+ "maxVolume": 1.0,
"defaultPlayer": "Spotify",
"gpuType": "",
"playerAliases": [{ "from": "com.github.th_ch.youtube_music", "to": "YT Music" }],