add *.sh
This commit is contained in:
5
dec_vol.sh
Executable file
5
dec_vol.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
pulsemixer --change-volume -5
|
||||
vol="$(amixer -D pulse get Master | awk -F'[][]' 'END{ print $2 }')"
|
||||
notify-send --expire-time=500 "Volume $vol"
|
||||
|
Reference in New Issue
Block a user