From 71830a37d086cd46f942e9f10e1b08d645e030cc Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 19 Apr 2024 23:47:33 +0900 Subject: [PATCH] Update Volume.sh no need for --allow-boost --set-limit 150 to decrease volume --- config/hypr/scripts/Volume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index 968d4f5..49a9f19 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -52,7 +52,7 @@ dec_volume() { if [ "$(pamixer --get-mute)" == "true" ]; then pamixer -u && notify_user fi - pamixer -d 5 --allow-boost --set-limit 150 && notify_user + pamixer -d 5 && notify_user } # Toggle Mute