1 2 3 4 5 6 7 8
#!/bin/sh if mpc | grep -q '\[playing\]' then mpc pause else mpc play fi
Consider giving Nix/NixOS a try! <3