Browse Source

updated copy.sh

pull/35/head
JaKooLit 2 years ago
parent
commit
75615fcdb7
  1. 4
      copy.sh

4
copy.sh

@ -188,6 +188,10 @@ chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
printf " adding user to input group...\n"
sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG"
# 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"

Loading…
Cancel
Save