From d1b151fe3778b38b53fb9288b024b37fdccb6c27 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 20 Apr 2024 00:01:45 +0900 Subject: [PATCH] updated volume.sh --- 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 37a0603..d2fef87 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -44,7 +44,7 @@ inc_volume() { if [ "$(pamixer --get-mute)" == "true" ]; then toggle_mute else - pamixer -i 5 && notify_user + pamixer -i 5 --allow-boost --set-limit 150 && notify_user fi }