Update screenshot

This commit is contained in:
Marco Thomas
2021-03-27 01:17:39 +01:00
parent 1f842bcc5a
commit a8866a84e8
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ NOW=$( pactl list sinks | grep '^[[:space:]]Volume:' | head -n $SINK | tail -n 1
MUTE=$(pactl list sinks | grep '^[[:space:]]Mute:'| head -n $SINK | tail -n 1 | awk -F ":" '{print $2}'| xargs) MUTE=$(pactl list sinks | grep '^[[:space:]]Mute:'| head -n $SINK | tail -n 1 | awk -F ":" '{print $2}'| xargs)
if [ "$MUTE" = "yes" ]; then if [ "$MUTE" = "yes" ]; then
echo "$NOW%" echo "Muted"
else else
echo "$NOW%" echo "$NOW%"
fi fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 KiB

After

Width:  |  Height:  |  Size: 793 KiB