usability improvements for volume button

This commit is contained in:
Daylin Morgan 2024-07-01 13:33:52 -05:00
parent 5c14beb1f3
commit f22ec3db5a
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -27,6 +27,7 @@ get_icon() {
# Increase Volume # Increase Volume
inc_volume() { inc_volume() {
pamixer --unmute
pamixer --increase 5 pamixer --increase 5
} }