install.sh: fix wallpaper copying

This commit is contained in:
Frost-Phoenix 2024-04-16 21:54:28 +02:00
parent 3298c6a47f
commit 0d7f457cee

View file

@ -98,7 +98,9 @@ install() {
# Copy the wallpapers
echo -e "Copying all ${MAGENTA}wallpapers${NORMAL}"
cp -r wallpapers/wallpaper.png ~/Pictures/wallpapers
cp -r wallpapers/otherWallpaper/* ~/Pictures/wallpapers/others/
cp -r wallpapers/otherWallpaper/catppuccin/* ~/Pictures/wallpapers/others/
cp -r wallpapers/otherWallpaper/nixos/* ~/Pictures/wallpapers/others/
cp -r wallpapers/otherWallpaper/others/* ~/Pictures/wallpapers/others/
sleep 0.2
# Get the hardware configuration