From c3aa798ab963e4a6c1a1f57ae5c53e1070db6d62 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 27 Nov 2023 23:12:02 +1100 Subject: [PATCH] Remove unused Bitbar services --- .../me.00dani.mpd-notify-bitbar.plist | 18 ------------------ dot-local/bin/mpd-notify-bitbar | 4 ---- 2 files changed, 22 deletions(-) delete mode 100644 Library/LaunchAgents/me.00dani.mpd-notify-bitbar.plist delete mode 100755 dot-local/bin/mpd-notify-bitbar 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