3 lines
134 B
Bash
Executable File
3 lines
134 B
Bash
Executable File
#!/usr/bin/bash
|
|
foot -e wpctl set-mute $(wpctl status | grep 'BIRD UM1 Mono' | grep -o ' [0-9][0-9]. ' | grep -o '[0-9][0-9]') toggle
|