From: Siraaj Khandkar Date: Fri, 7 Jun 2019 21:40:21 +0000 (-0400) Subject: Add beep sound generation scripts for use in dunst X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=259b86f4e3b868937fa2187c11748fadd5c9eef0 Add beep sound generation scripts for use in dunst --- diff --git a/home/bin/dunst_beep_critical b/home/bin/dunst_beep_critical new file mode 100755 index 0000000..d169409 --- /dev/null +++ b/home/bin/dunst_beep_critical @@ -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 index 0000000..3b6ac8c --- /dev/null +++ b/home/bin/dunst_beep_normal @@ -0,0 +1,3 @@ +#! /bin/sh + +play -q -n synth 0.1 sin 115