command and description fixes
This commit is contained in:
@@ -9,14 +9,16 @@ source $SCRIPT_DIR/helper.sh
|
||||
log_message "Installation started for hypr section"
|
||||
print_info "\nStarting hypr setup..."
|
||||
|
||||
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 --noconfirm hyprland" "Install Hyprland (Must)" "yes"
|
||||
run_command "cp ~/simple-hyprland/configs/hypr/hyprland.conf ~/.config/hypr/" "Copy hyprland config (Must)" "yes" #no
|
||||
|
||||
run_command "pacman -S --noconfirm xdg-desktop-portal-hyprland" "Install Desktop portal" "no"
|
||||
run_command "pacman -S --noconfirm xdg-desktop-portal-hyprland" "Install XDG desktop portal for Hyprland" "yes"
|
||||
|
||||
run_command "pacman -S --noconfirm polkit-kde-agent" "Install KDE Polkit" "no"
|
||||
run_command "pacman -S --noconfirm polkit-kde-agent" "Install KDE Polkit agent for authentication dialogs" "yes"
|
||||
|
||||
run_command "pacman -S --noconfirm dunst" "Install notification-daemon (Recommended)" "yes"
|
||||
run_command "pacman -S --noconfirm dunst" "Install Dunst notification daemon (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"
|
||||
run_command "pacman -S --noconfirm qt5-wayland qt6-wayland" "Install QT support on wayland" "yes"
|
||||
|
||||
echo "------------------------------------------------------------------------"
|
||||
@@ -9,16 +9,23 @@ source $SCRIPT_DIR/helper.sh
|
||||
log_message "Installation started for theming section"
|
||||
print_info "\nStarting theming setup..."
|
||||
|
||||
run_command "pacman -S --noconfirm nwg-look" "GTK settings" "yes"
|
||||
run_command "pacman -S --noconfirm nwg-look" "Install nwg-look for GTK theme management" "yes"
|
||||
|
||||
run_command "pacman -S --noconfirm qt5ct qt6ct kvantum" "QT Settings" "yes"
|
||||
run_command "pacman -S --noconfirm qt5ct qt6ct kvantum" "Install Qt5, Qt6 Settings, and Kvantum theme engines" "yes"
|
||||
|
||||
run_command "tar -xvf ~/simple-hyprland/assets/themes/Catppuccin-Mocha.tar.xz -C /usr/share/themes/" "Catppuccin GTK Theme" "yes"
|
||||
run_command "tar -xvf ~/simple-hyprland/assets/themes/Catppuccin-Mocha.tar.xz -C /usr/share/themes/" "Install Catppuccin Mocha GTK theme" "yes"
|
||||
|
||||
run_command "tar -xvf ~/simple-hyprland/assets/icons/Tela-circle-dracula.tar.xz -C /usr/share/icons/" "Tela icon theme" "yes"
|
||||
run_command "tar -xvf ~/simple-hyprland/assets/icons/Tela-circle-dracula.tar.xz -C /usr/share/icons/" "Install Tela Circle Dracula icon theme" "yes"
|
||||
|
||||
run_command "yay -S --sudoloop --noconfirm kvantum-theme-catppuccin-git" "Catppuccin kvantum Theme" "yes"
|
||||
run_command "yay -S --sudoloop --noconfirm kvantum-theme-catppuccin-git" "Install Catppuccin theme for Kvantum" "yes" "no"
|
||||
|
||||
run_command "cp -r ~/simple-hyprland/configs/kitty ~/.config/" "Catppuccin kitty theme" "yes"
|
||||
run_command "cp -r ~/simple-hyprland/configs/kitty ~/.config/" "Copy Catppuccin theme configuration for Kitty terminal" "yes"
|
||||
|
||||
# Add instructions to configure theming here
|
||||
# Add instructions to configure theming
|
||||
print_info "\nPost-installation instructions:"
|
||||
print_bold_blue "Set themes and icons:"
|
||||
echo " - Run 'nwg-look' and set the global GTK and icon theme"
|
||||
echo " - Open 'kvantummanager' (run with sudo for system-wide changes) to select and apply the Catppuccin theme"
|
||||
echo " - Open 'qt6ct' to set the icon theme"
|
||||
|
||||
echo "------------------------------------------------------------------------"
|
||||
@@ -9,26 +9,28 @@ source $SCRIPT_DIR/helper.sh
|
||||
log_message "Installation started for utilities section"
|
||||
print_info "\nStarting utilities setup..."
|
||||
|
||||
run_command "pacman -S --noconfirm waybar" "Install Waybar" "yes"
|
||||
run_command "pacman -S --noconfirm waybar" "Install Waybar - Status Bar" "yes"
|
||||
run_command "cp -r ~/simple-hyprland/configs/waybar ~/.config/" "Copy Waybar config" "yes"
|
||||
|
||||
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 "yay -S --sudoloop --noconfirm tofi" "Install Tofi - Application Launcher" "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 "pacman -S --noconfirm cliphist" "Install Cliphist - Clipboard Manager" "yes"
|
||||
|
||||
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 --sudoloop --noconfirm swww" "Install SWWW for wallpaper management" "yes" "no"
|
||||
run_command "cp -r ~/simple-hyprland/assets/backgrounds ~/.config/assets/backgrounds/" "Copy sample wallpapers to assets directory (Recommended)" "yes"
|
||||
|
||||
run_command "yay -S --sudoloop --noconfirm hyprpicker" "yes" "no"
|
||||
run_command "yay -S --sudoloop --noconfirm hyprpicker" "Install Hyprpicker - Color Picker" "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 --sudoloop --noconfirm hyprlock" "Install Hyprlock - Screen Locker (Must)" "yes" "no"
|
||||
run_command "cp ~/simple-hyprland/configs/hypr/hyprlock.conf ~/.config/hypr/" "Copy Hyprlock config" "yes"
|
||||
|
||||
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 --sudoloop --noconfirm wlogout" "Install Wlogout - Session Manager" "yes" "no"
|
||||
run_command "cp -r ~/simple-hyprland/configs/wlogout ~/.config/ && cp -r ~/simple-hyprland/assets/wlogout ~/.config/assets/" "Copy Wlogout config and assets" "yes"
|
||||
|
||||
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 --sudoloop --noconfirm grimblast" "Install Grimblast - Screenshot tool" "yes" "no"
|
||||
|
||||
run_command "yay -S --sudoloop --noconfirm grimblast" "yes" "no"
|
||||
run_command "yay -S --sudoloop --noconfirm hypridle" "Install Hypridle for idle management (Must)" "yes" "no"
|
||||
run_command "cp ~/simple-hyprland/configs/hypr/hypridle.conf ~/.config/hypr/" "Copy Hypridle config" "yes"
|
||||
|
||||
echo "------------------------------------------------------------------------"
|
||||
Reference in New Issue
Block a user