scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 8d9790c340aa753b2af98926ad8a6c5f626edd82
parent 179aa756de245f95d5f11f7068f7290fd87ff3f6
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sun,  2 Oct 2016 20:46:11 +0200

[acpi] Update sound alert

Diffstat:
Msrc/acpi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi b/src/acpi @@ -16,7 +16,7 @@ warning() { xmessage -center -buttons "$L" -default "$L" "WARNING: battery level is ${pct}%" & for i in $(seq 3); do - play -qn synth 00:00.1 sine 500 + play -qn synth 00:00.05 sine $(echo "800 + (30 * $i)" |bc) done }