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
1 changed files with 1 additions and 0 deletions

View File

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