Added commands from repo

This commit is contained in:
Gaurav Bankar
2024-08-06 00:16:42 +05:30
parent 05e37195eb
commit 786b6acff2
4 changed files with 69 additions and 7 deletions

View File

@@ -9,14 +9,14 @@ source $SCRIPT_DIR/helper.sh
log_message "Installation started for hypr section"
print_info "\nStarting hypr setup..."
run_command "pacman -S hyprland" "Install Hyprland" "no"
run_command "cp ~/simple-hyprland/configs/hypr/hyprland.conf ~/.config/hypr/" "Copy hyprland config" "no"
run_command "pacman -S --noconfirm hyprland" "Install Hyprland" "no"
run_command "cp ~/simple-hyprland/configs/hypr/hyprland.conf ~/.config/hypr/" "Copy hyprland config (Must)" "yes"
run_command "pacman -S xdg-desktop-portal-hyprland" "Install Desktop portal" "no"
run_command "pacman -S --noconfirm xdg-desktop-portal-hyprland" "Install Desktop portal" "no"
run_command "pacman -S polkit-kde-agent" "Install KDE Polkit" "no"
run_command "pacman -S --noconfirm polkit-kde-agent" "Install KDE Polkit" "no"
run_command "pacman -S qt5-wayland qt6-wayland" "Install QT support on wayland" "no"
run_command "pacman -S --noconfirm dunst" "Install notification-daemon (Recommended)" "yes"
run_command "cp -r ~/simple-hyprland/configs/dunst ~/.config/" "Copy dunst config" "yes"
run_command "pacman -S dunst" "Install notification-daemon and copy config (Recommended)" "yes"
run_command "cp -r ~/simple-hyprland/configs/dunst ~/.config/" "Copy dunst config" "yes"
run_command "pacman -S --noconfirm qt5-wayland qt6-wayland" "Install QT support on wayland" "no"