suckless-utils/scripts/dwmblocks/sb-mic

8 lines
155 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# Display an icon if the microphone is muted.
if pactl get-source-mute @DEFAULT_SOURCE@ | grep -q yes; then
. sb-theme
display ""
fi