From 64e2f0a5a0550c4373a20d8e633f96b234734e7a Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sat, 4 Apr 2020 16:37:24 -0500 Subject: [PATCH] dont use mpd --- .local/bin/mpd-module-update | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 .local/bin/mpd-module-update diff --git a/.local/bin/mpd-module-update b/.local/bin/mpd-module-update deleted file mode 100755 index da8d9fc8..00000000 --- a/.local/bin/mpd-module-update +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# This loop will update the mpd statusbar module whenever a command changes the -# music player's status. mpd must be running on X's start for this to work. -while : ; do - mpc idle >/dev/null && pkill -RTMIN+11 "${STATUSBAR:?}" || break -done