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:
parent
e03b3c2446
commit
49554fad86
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
while mpc idle; do
|
||||
open bitbar://refreshPlugin?name=mpd*
|
||||
open -g bitbar://refreshPlugin?name=mpd*
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue