diff options
Diffstat (limited to 'home/xyz/.local/bin')
-rwxr-xr-x | home/xyz/.local/bin/bell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/bell b/home/xyz/.local/bin/bell index a11b17b9..c8bebd5e 100755 --- a/home/xyz/.local/bin/bell +++ b/home/xyz/.local/bin/bell @@ -1,7 +1,7 @@ #!/bin/sh bef="$(amixer get Master | awk -F '[][]' 'END{print $2}')" -amixer set Master 30% +amixer set Master 20% # code steal from https://unix.stackexchange.com/a/163716/459013 speaker-test -t sine -f 1000 -l 1 amixer set Master "$bef" |