aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/sb-mpdup
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-09 00:42:09 +0300
committerawy <awy@awy.one>2025-09-09 00:42:09 +0300
commitd8d7c81c651cfe98a90c8f550cfabb07170a6740 (patch)
tree7e83d259fec476320a2bb9e7821086226341fcc4 /.local/bin/sb-mpdup
parent71520851159b562a0c27c9deca019aea0a011e26 (diff)
downloadhyprdots-d8d7c81c651cfe98a90c8f550cfabb07170a6740.tar.gz
not needed anymore
Diffstat (limited to '.local/bin/sb-mpdup')
-rwxr-xr-x.local/bin/sb-mpdup8
1 files changed, 0 insertions, 8 deletions
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