#!/bin/sh
# Reduces mic volume by 5%

amixer set Capture 5%-
kill -45 "$(pidof dwmblocks)"