diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-24 00:21:17 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-24 00:21:17 -0700 |
commit | 431cc8719eae73b39e774546ca8fab3605361b35 (patch) | |
tree | 6eb6fa628912fc09bc800fd3a049733da19a4fb9 /home | |
parent | ae1b67f01ff339536d853fa46d7b7ac2326457ad (diff) |
new headphone is louder, reduce bell volume
Diffstat (limited to 'home')
-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 c8bebd5e..a0395aca 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 20% +amixer set Master 10% # code steal from https://unix.stackexchange.com/a/163716/459013 speaker-test -t sine -f 1000 -l 1 amixer set Master "$bef" |