From f67a059c27cc670fa30d98eefe9604a0b8da4a29 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 24 Jan 2024 11:43:49 +0100 Subject: [PATCH] Updates --- .install/general-packages.sh | 3 +++ .install/profile.sh | 19 +++++++++++++------ .install/templates/keyboard.conf | 5 ----- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.install/general-packages.sh b/.install/general-packages.sh index 1f910ac..dcb5948 100644 --- a/.install/general-packages.sh +++ b/.install/general-packages.sh @@ -41,6 +41,9 @@ packagesPacman=( "xdg-user-dirs" "networkmanager" "network-manager-applet" + "fuse2" + "gtk4" + "libadwaita" ); packagesYay=( diff --git a/.install/profile.sh b/.install/profile.sh index fd6db0d..7a52925 100755 --- a/.install/profile.sh +++ b/.install/profile.sh @@ -7,9 +7,16 @@ echo -e "${NONE}" echo "SPACE = select/unselect a profile. RETURN = confirm. No selection = CANCEL" profile=$(gum choose --no-limit --cursor-prefix "( ) " --selected-prefix "(x) " --unselected-prefix "( ) " "Hyprland" "Qtile") -if [ -z $profile ] ;then - echo "No profile selected. Installation canceled." - exit -else - echo "Profile/s selected: $profile" -fi + +IFS=' ' read -r -a profile_array <<< "$profile" + +echo $profile_array + +echo "${#profile_array[@]}" + +# if [ -z $profile ] ;then +# echo "No profile selected. Installation canceled." +# exit +# else +# echo "Profile/s selected: $profile" +# fi diff --git a/.install/templates/keyboard.conf b/.install/templates/keyboard.conf index 31dbaa7..f083e96 100644 --- a/.install/templates/keyboard.conf +++ b/.install/templates/keyboard.conf @@ -20,8 +20,3 @@ input { } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } - -kb_layout = us -kb_variant = intl -kb_model = pc105 -kb_options =