diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-24 00:21:17 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-25 22:46:02 -0700 |
commit | 5123a7a898da93dd072c07894d45c9fd6bf0c548 (patch) | |
tree | 913ba3cc537ccebac9eaf76474de060e6b20d945 /home/xyz/.local/bin | |
parent | beebc8c875712479d3f4e2a756069ce057673d62 (diff) |
new headphone is louder, reduce bell volume
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 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" |