4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
while mpc idle; do
|
|
open -g swiftbar://refreshplugin?name=mpd-control
|
|
done
|