slockscript 84 B

123456
  1. #!/bin/sh
  2. if [ "$(grep -r "RUNNING" /proc/asound | wc -l)" -eq 0 ]; then
  3. slock
  4. fi