diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-25 21:02:16 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-25 21:02:16 +0900 |
| commit | 75615fcdb74b91fcfe5e3bc3fb85fc9f5f969a3c (patch) | |
| tree | 9a14bcad079619f2fed428dc4a2fe0759c047dad /copy.sh | |
| parent | 823ce273e69e716be814473430d0cfa5cb714b7d (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
