From ec75c01db39fbdb96b7eecfa7899cd733051b56b Mon Sep 17 00:00:00 2001 From: Gaurav Bankar Date: Tue, 6 Aug 2024 00:25:08 +0530 Subject: [PATCH] fixed yay commands --- scripts/theming.sh | 2 +- scripts/utilities.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/theming.sh b/scripts/theming.sh index edea68c..c809a8f 100644 --- a/scripts/theming.sh +++ b/scripts/theming.sh @@ -17,7 +17,7 @@ run_command "tar -xvf ~/simple-hyprland/assets/themes/Catppuccin-Mocha.tar.xz -C run_command "tar -xvf ~/simple-hyprland/assets/icons/Tela-circle-dracula.tar.xz -C /usr/share/icons/" "Tela icon theme" "yes" -run_command "yay -S kvantum-theme-catppuccin-git" "Catppuccin kvantum Theme" "yes" +run_command "yay -S --sudoloop --noconfirm kvantum-theme-catppuccin-git" "Catppuccin kvantum Theme" "yes" run_command "cp -r ~/simple-hyprland/configs/kitty ~/.config/" "Catppuccin kitty theme" "yes" diff --git a/scripts/utilities.sh b/scripts/utilities.sh index aa383aa..813e6f3 100644 --- a/scripts/utilities.sh +++ b/scripts/utilities.sh @@ -12,23 +12,23 @@ print_info "\nStarting utilities setup..." run_command "pacman -S --noconfirm waybar" "Install Waybar" "yes" run_command "cp -r ~/simple-hyprland/configs/waybar ~/.config/" "Copy Waybar config" "yes" -run_command "yay -S tofi" "Install tofi" "yes" "no" +run_command "yay -S --sudoloop --noconfirm tofi" "Install tofi" "yes" "no" run_command "cp -r ~/simple-hyprland/configs/tofi ~/.config/" "Copy tofi config(s)" "yes" run_command "pacman -S cliphist" "Install cliphist" "yes" -run_command "yay -S swww" "yes" "no" +run_command "yay -S --sudoloop --noconfirm swww" "yes" "no" run_command "cp -r ~/simple-hyprland/assets/backgrounds ~/.config/assets/backgrounds/" "Copy sample wallpapers (Recommended)" "yes" -run_command "yay -S hyprpicker" "yes" "no" +run_command "yay -S --sudoloop --noconfirm hyprpicker" "yes" "no" -run_command "yay -S hyprlock" "yes" "no" +run_command "yay -S --sudoloop --noconfirm hyprlock" "yes" "no" run_command "cp ~/simple-hyprland/configs/hypr/hyprlock.conf ~/.config/hypr/" "Copy hyprlock config" "yes" -run_command "yay -S hypridle" "yes" "no" +run_command "yay -S --sudoloop --noconfirm hypridle" "yes" "no" run_command "cp ~/simple-hyprland/configs/hypr/hypridle.conf ~/.config/hypr/" "Copy hypridle config" "yes" -run_command "yay -S wlogout" "yes" "no" +run_command "yay -S --sudoloop --noconfirm wlogout" "yes" "no" run_command "cp -r ~/simple-hyprland/configs/wlogout ~/.config/ && cp -r ~/simple-hyprland/assets/wlogout ~/.config/assets/ # copying assets" "Copy hypridle config" "yes" -run_command "yay -S grimblast" "yes" "no" \ No newline at end of file +run_command "yay -S --sudoloop --noconfirm grimblast" "yes" "no" \ No newline at end of file