implemented global mue button

This commit is contained in:
2021-01-17 17:33:10 +01:00
parent 38c5ad8273
commit 926ac47383
4 changed files with 29 additions and 1 deletions

8
.config/polybar/is-muted.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
if amixer get Capture | grep '\[off\]' > /dev/null
then
echo ""
else
echo ""
fi