mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added background test script and updated uwunicorn-yt bg
This commit is contained in:
parent
ad68c024dd
commit
2bca53cbd2
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
|
|
@ -1 +1 @@
|
|||
sha256-S+bwNBUR91VkH8rOAEcRVj43gJ6idLO9LjzV4E90Sb0=
|
||||
sha256-C+gURQ6K+OSnw4GNqLe+q/1sNRDbUj4WG5WY5yAhM5s=
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://downloadscdn6.freepik.com/23/2150919/2150918875.jpg?filename=digital-art-moon-wallpaper.jpg&token=exp=1698602553~hmac=75964126e06ddac19e988a88b03ca0a2
|
||||
https://images5.alphacoders.com/134/1344471.png
|
||||
|
|
Loading…
Reference in a new issue