Browse Source

Update Volume.sh

no need for --allow-boost --set-limit 150 to decrease volume
pull/199/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
71830a37d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/scripts/Volume.sh

2
config/hypr/scripts/Volume.sh

@ -52,7 +52,7 @@ dec_volume() {
if [ "$(pamixer --get-mute)" == "true" ]; then if [ "$(pamixer --get-mute)" == "true" ]; then
pamixer -u && notify_user pamixer -u && notify_user
fi fi
pamixer -d 5 --allow-boost --set-limit 150 && notify_user pamixer -d 5 && notify_user
} }
# Toggle Mute # Toggle Mute

Loading…
Cancel
Save