Add mnemonic mute controls

This commit is contained in:
Storm Dragon
2026-09-05 00:57:37 -04:00
parent ef19a558d2
commit 97fcde7e96
13 changed files with 232 additions and 17 deletions
+8
View File
@@ -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"