aboutsummaryrefslogtreecommitdiff
path: root/fix-dotfile-paths.sh
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-07 23:39:42 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-07 23:39:42 -0600
commit3f91d029010684e4e7f8f345374a5cc6ed30538b (patch)
tree68936ce81d3d186e4277575ba3750a7c8d3d5f59 /fix-dotfile-paths.sh
parent3e5d23cf2356417981dee66774e9cdcc7458799e (diff)
update wallpaper
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-xfix-dotfile-paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh
index 1ce5147..f804271 100755
--- a/fix-dotfile-paths.sh
+++ b/fix-dotfile-paths.sh
@@ -21,7 +21,7 @@ create_ls_entry () {
mv "$file" "$tmp"
fi
if [ "$file" = ".wallpaper" ]; then
- echo "- [[https://wallhaven.cc/w/83y8ey][=.wallpaper=]]" >> index.org
+ echo "- [[https://wallhaven.cc/w/n66pex][=.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/')