Add mnemonic mute controls
This commit is contained in:
@@ -64,6 +64,14 @@ micup() {
|
||||
[[ $notify ]] && notify "You are now transmitting."
|
||||
}
|
||||
|
||||
mute() {
|
||||
[[ $notify ]] && notify "You muted yourself."
|
||||
}
|
||||
|
||||
unmute() {
|
||||
[[ $notify ]] && notify "You unmuted yourself."
|
||||
}
|
||||
|
||||
msg() {
|
||||
[[ $sound ]] && play -n synth .3 sin 1290:1490 sin 1494:1294 remix - norm -8
|
||||
[[ $notify ]] && notify "$1 from $2: $3"
|
||||
|
||||
Reference in New Issue
Block a user