Browse Source

updated volume.sh

pull/201/head
Ja.KooLit 2 years ago
parent
commit
d1b151fe37
  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