From eef6cdd5a55edb2083c9fc3a715e624512b10cb4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 5 Feb 2025 08:45:50 +0900 Subject: [PATCH] updatedquite possibly ready for testing? --- install-scripts/01-hypr-pkgs.sh | 1 + install-scripts/InputGroup.sh | 7 ++----- install-scripts/dotfiles-branch.sh | 2 +- install-scripts/rog.sh | 2 +- install-scripts/sddm.sh | 8 +++----- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index ab43fc5..c3d6e35 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -24,6 +24,7 @@ hypr_package=( pavucontrol playerctl polkit-kde-agent-1 + pkexec python3-requests python3-pip qt5ct diff --git a/install-scripts/InputGroup.sh b/install-scripts/InputGroup.sh index e201d41..c02e8ae 100755 --- a/install-scripts/InputGroup.sh +++ b/install-scripts/InputGroup.sh @@ -30,7 +30,6 @@ while true; do fi if [[ $input_group_choid == "y" || $input_group_choid == "Y" ]]; then - # Check if the 'input' group exists if grep -q '^input:' /etc/group; then echo "${OK} ${MAGENTA}input${RESET} group exists." else @@ -40,16 +39,14 @@ while true; do echo "${MAGENTA}input${RESET} group created" >> "$LOG" fi - # Add the user to the input group sudo usermod -aG input "$(whoami)" echo "${OK} ${YELLOW}user${RESET} added to the ${MAGENTA}input${RESET} group. Changes will take effect after you log out and log back in." - # Log the addition of the user to the 'input' group echo "User added to 'input' group" >> "$LOG" - break # Break out of the loop if 'yes' is chosen + break elif [[ $input_group_choid == "n" || $input_group_choid == "N" ]]; then echo "${NOTE} No changes made. Exiting the script." - break # Break out of the loop if 'no' is chosen + break else echo "${ERROR} Invalid choice. Please enter 'y' for yes or 'n' for no." fi diff --git a/install-scripts/dotfiles-branch.sh b/install-scripts/dotfiles-branch.sh index 7b15d13..943ad0a 100644 --- a/install-scripts/dotfiles-branch.sh +++ b/install-scripts/dotfiles-branch.sh @@ -30,4 +30,4 @@ else fi fi -clear +printf "\n%.0s" {1..2} diff --git a/install-scripts/rog.sh b/install-scripts/rog.sh index e6e98e1..4b94c38 100755 --- a/install-scripts/rog.sh +++ b/install-scripts/rog.sh @@ -68,4 +68,4 @@ install_and_log "asusctl" "https://gitlab.com/asus-linux/asusctl.git" # Download and build supergfxctl install_and_log "supergfxctl" "https://gitlab.com/asus-linux/supergfxctl.git" -clear \ No newline at end of file +printf "\n%.0s" {1..2} \ No newline at end of file diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 5057b58..794ae8b 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -8,11 +8,9 @@ sddm1=( ) sddm2=( - qml-module-qtgraphicaleffects - qml-module-qtquick-controls - qml-module-qtquick-controls2 - qml-module-qtquick-extras - qml-module-qtquick-layouts + qml6-module-qt5compat-graphicaleffects + qt6-declarative-dev + qt6-svg-dev ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##