From 7b9c6c73675d074d32529eb78c39ae8431293f6d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 08:47:08 +0900 Subject: [PATCH] testing --- copy.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index 4b8be4a..53d299a 100644 --- a/copy.sh +++ b/copy.sh @@ -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"