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
15b889225d
mac
/
local
/
bin
/
mpd-notify-bitbar
5 lines
84 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: update mpd-notify-bitbar to work with SwiftBar
2020-12-10 05:30:50 -05:00
open 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