summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/bell
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2023-10-23 22:16:29 -0700
committerxyz <gky44px1999@gmail.com>2023-10-23 22:16:29 -0700
commit28e4f59d9af025e4ca53d4653063162ba0210cc4 (patch)
treec09abfcb2117a5a860a19dd3d216acd0200414a4 /home/xyz/.local/bin/bell
parent258b37a79afed83152f315d7e7139a274ca2e318 (diff)
rm useless
Diffstat (limited to 'home/xyz/.local/bin/bell')
-rwxr-xr-xhome/xyz/.local/bin/bell7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/xyz/.local/bin/bell b/home/xyz/.local/bin/bell
deleted file mode 100755
index c8bebd5e..00000000
--- a/home/xyz/.local/bin/bell
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-bef="$(amixer get Master | awk -F '[][]' 'END{print $2}')"
-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"