diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-27 17:28:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-27 17:28:51 +0900 |
| commit | f31caaf57e83d2d6675f58ce12155194210dd180 (patch) | |
| tree | aeb660316f9e34c254455383737ccb717d5a4525 /ar/.local/bin/statusbar/sb-mpdup | |
| parent | 5aa87510e5d5fa91d4de9d969531becb212101a8 (diff) | |
Diffstat (limited to 'ar/.local/bin/statusbar/sb-mpdup')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-mpdup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-mpdup b/ar/.local/bin/statusbar/sb-mpdup index dd49322..99e314e 100755 --- a/ar/.local/bin/statusbar/sb-mpdup +++ b/ar/.local/bin/statusbar/sb-mpdup @@ -8,5 +8,5 @@ export MPD_HOST while :; do mpc idle >/dev/null || continue - kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null + kill -54 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null done |
