diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 08:47:08 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 08:47:08 +0900 |
| commit | 7b9c6c73675d074d32529eb78c39ae8431293f6d (patch) | |
| tree | a1087bc51c84a81c3772f658c133ebd6ce626b58 /copy.sh | |
| parent | 20772392149714c725921fd0f5bc76c7856885a9 (diff) | |
testing
Diffstat (limited to 'copy.sh')
| -rw-r--r-- | copy.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -65,8 +65,7 @@ fi echo "Keyboard layout: $layout" -printf "${NOTE} Detecting keyboard layout to prepare necessary changes in hyprland.conf before copying\n" -printf "\n" +printf "${NOTE} Detecting keyboard layout to prepare necessary changes in hyprland.conf before copying\n\n" # Prompt the user to confirm whether the detected layout is correct read -p "Detected keyboard layout or keymap: $layout. Is this correct? [y/n] " confirm @@ -127,5 +126,8 @@ ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" & # Set some files as executable chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" +# Initializing the initial wallpaper and wal +~/.config/hypr/scripts/Wallpaper.sh 2>&1 | tee -a "$LOG" + printf "\n${OK} Copy Completed!\n\n" printf "${NOTE} Highly recommended to logout and re-login\n\n" |
