dotfiles-remastered/.config/polybar/is-muted.sh

9 lines
110 B
Bash
Executable File

#!/usr/bin/env sh
if amixer get Capture | grep '\[off\]' > /dev/null
then
echo ""
else
echo ""
fi