diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 17:02:17 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 17:02:17 +0900 |
| commit | a5f518ca063540b3c4ded55571c56317cdcd385c (patch) | |
| tree | f77e3ec5932bc04d2bc0e105db22dc45f5507b40 /ar | |
| parent | 53bccfc0ef68cea3e1dc0ac0570871c34076af65 (diff) | |
modified statusbar/sb-queues
Diffstat (limited to 'ar')
| -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 7cd48a7..e0ddefd 100755 --- a/ar/.local/bin/statusbar/sb-queues +++ b/ar/.local/bin/statusbar/sb-queues @@ -22,7 +22,7 @@ EOF } # This block displays the number of running and queued background tasks. Requires tsp. -num=$(tsp -l | awk -v numr=0 -v numq=0 '{if (!/notify-send/ && /running/) numr++; if (!/notify-send/ && /queued/) numq++} END{print numr"|"numq}') +num=$(tsp -l | awk -v numr=0 -v numq=0 '{if (!/notify-send/ && /running/) numr++; if (!/notify-send/ && /queued/) numq++} END{print numr"|"numr+numq}') # Handle mouse clicks case $BLOCK_BUTTON in |
