fix: update mpd-notify-bitbar to work with SwiftBar

This commit is contained in:
Danielle McLean 2020-12-10 21:30:50 +11:00
parent 9da16428dd
commit 15b889225d
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -1,4 +1,4 @@
#!/bin/bash
while mpc idle; do
open -g bitbar://refreshPlugin?name=mpd*
open swiftbar://refreshplugin?name=mpd-control
done