Add beep sound generation scripts for use in dunst
[khome.git] / home / bin / dunst_beep_critical
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
This page took 0.022428 seconds and 4 git commands to generate.