7 lines
129 B
Bash
Executable file
7 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
# Reduces mic volume by 5%
|
|
|
|
amixer set Capture 5%-
|
|
$HOME/.config/scripts/status/micstat
|
|
|
|
kill -45 "$(pidof dwmblocks)"
|