mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
alert.sh
Add charge sound.
This commit is contained in:
parent
48c583a81c
commit
fe80200e49
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$1" = "alert" ]; then
|
|
||||||
mplayer ~/trombone.wav &
|
case $1 in
|
||||||
else
|
alert) mplayer ~/trombone.wav & ;;
|
||||||
mplayer ~/much.wav &
|
limit) mplayer ~/much.wav & ;;
|
||||||
fi
|
charge) mplayer ~/charge.wav & ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue