From d8d7c81c651cfe98a90c8f550cfabb07170a6740 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 9 Sep 2025 00:42:09 +0300 Subject: not needed anymore --- .local/bin/sb-mpdup | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/sb-mpdup diff --git a/.local/bin/sb-mpdup b/.local/bin/sb-mpdup deleted file mode 100755 index 42bd737..0000000 --- a/.local/bin/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