Have mpd-notify-bitbar stay in the background, so you don't lose window focus every time the song changes (oopsies)

This commit is contained in:
Danielle McLean 2017-09-01 12:56:24 +10:00
parent e03b3c2446
commit 49554fad86
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

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