diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-21 19:01:49 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-21 19:01:49 +0900 |
| commit | 11b9439dab33f4a7951c041fbde80c3c5ff8f566 (patch) | |
| tree | 44d1fabdef0d1fb9e1ad621d91fd552e532e353d /ar/.local/bin/statusbar/sb-playerctlup | |
| parent | 616978c87fc3ab52dd31f28a53ee14f3fe94b6f8 (diff) | |
modified statusbar/sb-mpdup, modified statusbar/sb-playerctlup
Diffstat (limited to 'ar/.local/bin/statusbar/sb-playerctlup')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-playerctlup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-playerctlup b/ar/.local/bin/statusbar/sb-playerctlup index d28e6e3..dd29ee2 100755 --- a/ar/.local/bin/statusbar/sb-playerctlup +++ b/ar/.local/bin/statusbar/sb-playerctlup @@ -3,5 +3,5 @@ # Updates the music statusbar module when a playerctl-compatible player changes state playerctl -aF status 2>/dev/null | while read -r _; do - kill -54 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null + kill -55 "$(pidof "${STATUSBAR:-dwmblocks}")" 2>/dev/null done |
