clean up scripts
This commit is contained in:
5
.config/polybar/scripts/isrunning-noisetorch.sh
Normal file
5
.config/polybar/scripts/isrunning-noisetorch.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
nmodules="$(pactl list modules short | grep -c noisetorch)"
|
||||
[ "$nmodules" = 0 ] && echo "" || echo ""
|
||||
|
||||
Reference in New Issue
Block a user