aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcopy.sh18
-rw-r--r--wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpgbin1094914 -> 0 bytes
-rw-r--r--wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpgbin1590465 -> 0 bytes
-rw-r--r--wallpapers/anime-girl-abyss.pngbin2931296 -> 0 bytes
-rw-r--r--wallpapers/highway-dark-minimal.jpgbin274916 -> 0 bytes
5 files changed, 17 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index a62c4461..5d2dd152 100755
--- a/copy.sh
+++ b/copy.sh
@@ -185,13 +185,29 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"
# Set executable for initial-boot.sh
chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
+# adding user to input group
printf " adding user to input group...\n"
sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG"
+
+# Additional wallpaper
+echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)\n"
+read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL
+sleep 1
+
+if [[ $WALL =~ ^[Yy]$ ]]; then
+ printf "${NOTE} Downloading additional wallpapers...\n"
+ if git clone https://github.com/JaKooLit/Wallpaper-Bank.git 2>&1 | tee -a "$LOG"; then
+ cp -R Wallpaper-Bank/wallpapers/* ~/Pictures/wallpapers/
+ rm -rf Wallpaper-Bank # Remove cloned repository after copying wallpapers
+ else
+ echo "${ERROR} Downloading additional wallpapers failed" 2>&1 | tee -a "$LOG"
+ fi
+fi
+
# initialize pywal to avoid config error on hyprland
wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG"
-
printf "\n${OK} Copy Completed!\n\n\n"
printf "${ORANGE} ATTENTION!!!! \n"
printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"
diff --git a/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg b/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg
deleted file mode 100644
index 07188cd3..00000000
--- a/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg
+++ /dev/null
Binary files differ
diff --git a/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg b/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg
deleted file mode 100644
index 40e2e436..00000000
--- a/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg
+++ /dev/null
Binary files differ
diff --git a/wallpapers/anime-girl-abyss.png b/wallpapers/anime-girl-abyss.png
deleted file mode 100644
index 6871f0e7..00000000
--- a/wallpapers/anime-girl-abyss.png
+++ /dev/null
Binary files differ
diff --git a/wallpapers/highway-dark-minimal.jpg b/wallpapers/highway-dark-minimal.jpg
deleted file mode 100644
index ad1eed8a..00000000
--- a/wallpapers/highway-dark-minimal.jpg
+++ /dev/null
Binary files differ
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage