refactored sfx engine
This commit is contained in:
18
bin/desktop/sfx/canberra-gtk-play
Executable file
18
bin/desktop/sfx/canberra-gtk-play
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
ENGINE="$(which canberra-gtk-play) -f"
|
||||
SFX="$HOME/Personal/sfx";
|
||||
|
||||
|
||||
PLAY() {
|
||||
eval "$ENGINE" "$SFX/$1"
|
||||
}
|
||||
|
||||
case $1 in
|
||||
volume ) PLAY yaru-message.oga ;;
|
||||
mute ) PLAY smooth-dialog-warning.oga ;;
|
||||
backlight ) PLAY yaru-audio-volume-change.oga ;;
|
||||
login ) PLAY yaru-desktop-login.oga ;;
|
||||
logout ) PLAY smooth-desktop-login.oga ;;
|
||||
|
||||
* ) ls $SFX ;;
|
||||
esac
|
1
bin/desktop/sfx/sfx
Symbolic link
1
bin/desktop/sfx/sfx
Symbolic link
@ -0,0 +1 @@
|
||||
sfx
|
Reference in New Issue
Block a user