5 lines
75 B
Text
5 lines
75 B
Text
|
#!/bin/bash
|
||
|
while mpc idle; do
|
||
|
open bitbar://refreshPlugin?name=mpd*
|
||
|
done
|