scripts/inc_vol.sh

6 lines
156 B
Bash
Raw Normal View History

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