fix: restore -g flag to mpd-notify-bitbar so it won't steal focus when the song changes
This commit is contained in:
parent
15b889225d
commit
23b02749df
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while mpc idle; do
|
while mpc idle; do
|
||||||
open swiftbar://refreshplugin?name=mpd-control
|
open -g swiftbar://refreshplugin?name=mpd-control
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue