From 14d652b63d4267da9cf328d1ccd4909aaeed3c2e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 Aug 2025 13:45:49 +0200 Subject: [PATCH] Use max volume 100 as default --- config/swayosd/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swayosd/config.toml b/config/swayosd/config.toml index 694ab07b..598c1f22 100644 --- a/config/swayosd/config.toml +++ b/config/swayosd/config.toml @@ -1,4 +1,4 @@ [server] show_percentage = true -max_volume = 150 +max_volume = 100 style = "./style.css"