Add mpd-notify-bitbar daemon to refresh BitBar's display instantly when mpd's state changes
This commit is contained in:
parent
ca92d0989c
commit
364b2d3a62
2 changed files with 28 additions and 0 deletions
4
local/bin/mpd-notify-bitbar
Executable file
4
local/bin/mpd-notify-bitbar
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
while mpc idle; do
|
||||
open bitbar://refreshPlugin?name=mpd*
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue