This commit is contained in:
Stephan Raabe 2024-01-24 11:43:49 +01:00
parent e222315efa
commit f67a059c27
3 changed files with 16 additions and 11 deletions

View File

@ -41,6 +41,9 @@ packagesPacman=(
"xdg-user-dirs"
"networkmanager"
"network-manager-applet"
"fuse2"
"gtk4"
"libadwaita"
);
packagesYay=(

View File

@ -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

View File

@ -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 =