Fix wallpaper scan cap exit status

This commit is contained in:
Gabriel Brown
2026-08-20 22:00:26 -04:00
parent c4642919f7
commit a90f6eb357
2 changed files with 21 additions and 2 deletions
@@ -11,4 +11,4 @@ find "$@" -maxdepth 2 -type f \
-printf '%T@ %p\n' 2>/dev/null \
| sort -rn \
| cut -d' ' -f2- \
| head -60
| awk 'NR <= 60'