feat(hakase-wallpaper-switch): changed target dir

This commit is contained in:
kenji
2025-12-28 11:29:43 -06:00
parent 92a3fef81b
commit d74fa4e552
+1 -2
View File
@@ -12,7 +12,7 @@
fi
tmp_file=$(mktemp)
target_dir="$HOME/.config/nixos/assets/Wallpapers"
target_dir="$HOME/Pictures/Wallpapers"
if [ ! -d "$target_dir" ]; then
target_dir="$HOME"
fi
@@ -46,4 +46,3 @@
'')
];
}