diff options
| author | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
| commit | 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch) | |
| tree | 9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /bin/vol_up | |
| parent | cc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff) | |
3.0
Diffstat (limited to 'bin/vol_up')
| -rwxr-xr-x | bin/vol_up | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/vol_up b/bin/vol_up deleted file mode 100755 index 5107cd5..0000000 --- a/bin/vol_up +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -pactl set-sink-volume @DEFAULT_SINK@ +5% & -dunstify "Turned the volume up +5" & - |