mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 14:52:24 +05:30
Added background test script and updated uwunicorn-yt bg
This commit is contained in:
parent
ad68c024dd
commit
2bca53cbd2
3 changed files with 11 additions and 2 deletions
9
themes/background-test.sh
Executable file
9
themes/background-test.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
for i in $(ls -d */);
|
||||
do
|
||||
if curl --output /dev/null --silent --head --fail $(cat $i/backgroundurl.txt); then
|
||||
echo "$i background successfully downloads";
|
||||
else
|
||||
echo -e "\033[0;31m$i background download fails\033[0m"
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue