summaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-mpdup
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-03 21:29:53 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-03 21:29:53 +0530
commit3718ac5eb3aae770e0b50e44b514c276376f1bcf (patch)
tree9db1e5af4964e6b1e03f0ecf79f18a8d9de87491 /.local/bin/statusbar/sb-mpdup
parent216cf47a22e69ec42ba26118dc92154d5ef95862 (diff)
move to hyprland
Diffstat (limited to '.local/bin/statusbar/sb-mpdup')
-rwxr-xr-x.local/bin/statusbar/sb-mpdup8
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/statusbar/sb-mpdup b/.local/bin/statusbar/sb-mpdup
deleted file mode 100755
index 770d44d..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 dwmblocks) || break
-done