delete mic-state.sh script

This commit is contained in:
2022-06-12 00:11:49 +03:00
parent ff525cd9ca
commit 49c359e2d2

View File

@@ -1,8 +0,0 @@
#! /bin/bash
state=$(pactl get-source-mute $(pactl get-default-source) | awk '{printf $2}')
result='{"text": "", "alt": "'
result+="$state\"}"
echo "$result"