From 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 25 Dec 2020 08:02:50 -0500 Subject: statusbar scripts now with sb- to avoid conflicts update dwmblocks build to avoid errors --- .local/bin/statusbar/mpdup | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/statusbar/mpdup (limited to '.local/bin/statusbar/mpdup') diff --git a/.local/bin/statusbar/mpdup b/.local/bin/statusbar/mpdup deleted file mode 100755 index af81a7d..0000000 --- a/.local/bin/statusbar/mpdup +++ /dev/null @@ -1,8 +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 && kill -45 "$(pidof "${STATUSBAR:-dwmblocks}")" || break -done -- cgit v1.3.1