summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-24 00:21:17 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-24 00:21:17 -0700
commit431cc8719eae73b39e774546ca8fab3605361b35 (patch)
tree6eb6fa628912fc09bc800fd3a049733da19a4fb9 /home
parentae1b67f01ff339536d853fa46d7b7ac2326457ad (diff)
new headphone is louder, reduce bell volume
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/bell2
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"