From 474006cd2c173d02e4511045f07c04e159010d4e Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Aug 2025 14:08:03 +0300 Subject: cleanup --- .local/bin/statusbar/sb-mpdup | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/statusbar/sb-mpdup (limited to '.local/bin/statusbar/sb-mpdup') diff --git a/.local/bin/statusbar/sb-mpdup b/.local/bin/statusbar/sb-mpdup deleted file mode 100755 index 42bd737..0000000 --- a/.local/bin/statusbar/sb-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 "waybar")" || break -done -- cgit v1.2.3