5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
# Increases mic volume by 5%
|
|
|
|
amixer set Capture 5%+
|
|
kill -45 "$(pidof dwmblocks)"
|