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
23b02749df
mac
/
local
/
bin
/
mpd-notify-bitbar
5 lines
87 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
fix: restore -g flag to mpd-notify-bitbar so it won't steal focus when the song changes
2021-01-17 20:29:25 -05:00
open -g swiftbar://refreshplugin?name=mpd-control
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