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 | 3e28c3be9b5fe7384bf42e63522365048ffa55cd (patch) | |
| tree | 9c3a6b9d774df2ce39b62e8376d58f3ab1beb00e /ar/.local/bin/statusbar | |
| parent | 58cd531d8c985838eba718944b5fd053f0b66182 (diff) | |
modified claude/settings.json, modified statusbar/sb-mpdup
Diffstat (limited to 'ar/.local/bin/statusbar')
| -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 |
