scripts/inc_vol.sh
2020-05-26 08:31:18 +02:00

6 lines
156 B
Bash
Executable File

#!/bin/bash
pulsemixer --change-volume +5
vol="$(amixer -D pulse get Master | awk -F'[][]' 'END{ print $2 }')"
notify-send --expire-time=500 "Volume $vol"