diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 00:34:27 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 00:34:27 -0600 |
commit | 3e8db3de39ed4504e9b869ecd25ba22e4d1883b1 (patch) | |
tree | ebcdf21728cc2bba62bbf695c0e10a46d4382f56 | |
parent | 6e5fb695ba85ed70546e196032cb98618eb54d04 (diff) |
update wallpaper
-rwxr-xr-x | fix-dotfile-paths.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index e8d04c3..1ce5147 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/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/') |