diff options
Diffstat (limited to 'sd/bin/vol_down')
| -rwxr-xr-x | sd/bin/vol_down | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/bin/vol_down b/sd/bin/vol_down new file mode 100755 index 0000000..9a01c42 --- /dev/null +++ b/sd/bin/vol_down @@ -0,0 +1,4 @@ +#!/bin/sh + +pactl set-sink-volume @DEFAULT_SINK@ -5% & +dunstify "Turned the volume down 5%" |