1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-mpdup

5 lines
86 B
Bash
Executable File

#!/bin/sh
while : ; do
mpc idle >/dev/null && kill -45 "$(pidof dwm)" || break
done