Add beep sound generation scripts for use in dunst
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 7 Jun 2019 21:40:21 +0000 (17:40 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 7 Jun 2019 21:40:21 +0000 (17:40 -0400)
home/bin/dunst_beep_critical [new file with mode: 0755]
home/bin/dunst_beep_normal [new file with mode: 0755]

diff --git a/home/bin/dunst_beep_critical b/home/bin/dunst_beep_critical
new file mode 100755 (executable)
index 0000000..d169409
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+#play -q -n synth 0.5 sin 750
+for i in $(seq 3)
+do
+    play -q -n synth 0.1 sin 115
+done
diff --git a/home/bin/dunst_beep_normal b/home/bin/dunst_beep_normal
new file mode 100755 (executable)
index 0000000..3b6ac8c
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+play -q -n synth 0.1 sin 115
This page took 0.018265 seconds and 4 git commands to generate.