Files
plymouth-shelby-theme/scripts/fade.sh

5 lines
165 B
Bash
Raw Normal View History

2022-07-10 02:44:55 -07:00
#!/bin/bash
# run fade-one.py on every throbber image in parallel
2025-12-18 08:57:01 +01:00
find shelby -type f -name 'throbber-*.png' | parallel --bar --jobs $(nproc) ./scripts/fade-one.py