dotfiles/.config/polybar/scripts/isrunning-noisetorch.sh
2024-01-29 08:31:23 -06:00

6 lines
117 B
Bash

#!/bin/sh
nmodules="$(pactl list modules short | grep -c noisetorch)"
[ "$nmodules" = 0 ] && echo "" || echo ""