This website requires JavaScript.
Explore
Help
Sign in
dot
/
mac
Watch
1
Star
0
Fork
You've already forked mac
0
Code
Issues
Pull requests
Releases
Wiki
Activity
61203a7689
mac
/
local
/
bin
/
mpd-notify-bitbar
5 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
Add mpd-notify-bitbar daemon to refresh BitBar's display instantly when mpd's state changes
2017-08-31 22:42:20 -04:00
#!/bin/bash
while mpc idle; do
Have mpd-notify-bitbar stay in the background, so you don't lose window focus every time the song changes (oopsies)
2017-08-31 22:56:24 -04:00
open -g bitbar://refreshPlugin?name=mpd*
Add mpd-notify-bitbar daemon to refresh BitBar's display instantly when mpd's state changes
2017-08-31 22:42:20 -04:00
done
Reference in a new issue
Copy permalink