Remove unused Bitbar services

This commit is contained in:
Danielle McLean 2023-11-27 23:12:02 +11:00
parent 87c566bc04
commit c3aa798ab9
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 0 additions and 22 deletions

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>me.00dani.mpd-notify-bitbar</string>
<key>ProgramArguments</key>
<array>
<string>zsh</string>
<string>-lc</string>
<string>exec mpd-notify-bitbar</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>

View file

@ -1,4 +0,0 @@
#!/bin/bash
while mpc idle; do
open -g swiftbar://refreshplugin?name=mpd-control
done