Browse Source

Merge pull request #201 from JaKooLit/development

updated volume.sh
pull/205/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
b85724e90c
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

@ -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
}

Loading…
Cancel
Save