update wallpaper

This commit is contained in:
Jacob Janzen 2025-01-03 00:34:27 -06:00
parent 6e5fb695ba
commit 3e8db3de39

View file

@ -21,7 +21,7 @@ create_ls_entry () {
mv "$file" "$tmp"
fi
if [ "$file" = ".wallpaper" ]; then
echo "- [[https://wallhaven.cc/w/vgryy5][=.wallpaper=]]" >> index.org
echo "- [[https://wallhaven.cc/w/83y8ey][=.wallpaper=]]" >> index.org
elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then
new_file=$(echo "$file" | sed 's/\.org$//')
html=$(echo "$file" | sed 's/\.org$/\.html/')