diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 20:57:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 20:57:30 +0900 |
| commit | 61a99264b16146d7e55a7b4638794ab4a2b49da5 (patch) | |
| tree | c486890e1f24569c1645beb0cf7b1dfc55a1cd2d /ar/.local/bin/statusbar/sb-mpdup | |
| parent | 7ecbb0413f6381fa179bd85e4adbe338b6aec186 (diff) | |
modified claude/settings.json, modified statusbar/sb-mpdup
Diffstat (limited to 'ar/.local/bin/statusbar/sb-mpdup')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-mpdup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-mpdup b/ar/.local/bin/statusbar/sb-mpdup index fa9b61b..0732c88 100755 --- a/ar/.local/bin/statusbar/sb-mpdup +++ b/ar/.local/bin/statusbar/sb-mpdup @@ -4,5 +4,6 @@ # music player's status. mpd must be running on X's start for this to work. while :; do - mpc idle >/dev/null && kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" || break + mpc idle >/dev/null || continue + kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null done |
