Updated stylix schema

This commit is contained in:
Emmet
2025-01-07 14:33:53 -06:00
parent c7a8e44bb6
commit 90d9b7a6b8
293 changed files with 1463 additions and 1259 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
for i in $(ls -d */);
do
if curl --output /dev/null --silent --head --fail $(cat $i/backgroundurl.txt); then
if curl --output /dev/null --silent --head --fail $(cat $i/default.nix | grep "backgroundUrl" | cut -d'"' -f 2); then
echo "$i background successfully downloads";
else
echo -e "\033[0;31m$i background download fails\033[0m"