diff --git a/Library/LaunchAgents/me.00dani.mpd-notify-bitbar.plist b/Library/LaunchAgents/me.00dani.mpd-notify-bitbar.plist deleted file mode 100644 index ae77291..0000000 --- a/Library/LaunchAgents/me.00dani.mpd-notify-bitbar.plist +++ /dev/null @@ -1,18 +0,0 @@ - - - - - KeepAlive - - Label - me.00dani.mpd-notify-bitbar - ProgramArguments - - zsh - -lc - exec mpd-notify-bitbar - - RunAtLoad - - - diff --git a/dot-local/bin/mpd-notify-bitbar b/dot-local/bin/mpd-notify-bitbar deleted file mode 100755 index 3b76772..0000000 --- a/dot-local/bin/mpd-notify-bitbar +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -while mpc idle; do - open -g swiftbar://refreshplugin?name=mpd-control -done