7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
# Mute
|
|
|
|
amixer -q set Capture toggle
|
|
$HOME/.config/scripts/status/micstat
|
|
|
|
kill -45 "$(pidof dwmblocks)"
|