diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-26 16:15:00 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-26 16:15:00 +0900 |
| commit | 14671f902591c28d5fba0a8817ae7606d6fef02f (patch) | |
| tree | 0f2a82759d732c52ce7cab2e1e3bc767005e4a08 /ar/.local/bin/statusbar/sb-queues | |
| parent | dff9f14df74332c3f56615f6bd10b6261dab43d0 (diff) | |
modified statusbar/sb-memory, modified statusbar/sb-queues
Diffstat (limited to 'ar/.local/bin/statusbar/sb-queues')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-queues | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-queues b/ar/.local/bin/statusbar/sb-queues index e0ddefd..40445f8 100755 --- a/ar/.local/bin/statusbar/sb-queues +++ b/ar/.local/bin/statusbar/sb-queues @@ -37,4 +37,4 @@ case $BLOCK_BUTTON in 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -cat /tmp/qplaylist 2>/dev/null || ([ "$num" != "0|0" ] && echo "🤖$num") +[ -f /tmp/qplaylist ] && cat /tmp/qplaylist 2>/dev/null || ([ "$num" != "0|0" ] && echo "🤖$num" || echo "") |
