diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index e8612c3..968d4f5 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 pamixer -u && notify_user fi - pamixer -i 5 && notify_user + pamixer -i 5 --allow-boost --set-limit 150 && notify_user } # Decrease Volume @@ -52,7 +52,7 @@ dec_volume() { if [ "$(pamixer --get-mute)" == "true" ]; then pamixer -u && notify_user fi - pamixer -d 5 && notify_user + pamixer -d 5 --allow-boost --set-limit 150 && notify_user } # Toggle Mute