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

9 lines
110 B
Bash
Raw Normal View History

2021-01-17 16:33:10 +00:00
#!/usr/bin/env sh
if amixer get Capture | grep '\[off\]' > /dev/null
then
echo ""
else
echo ""
fi