Updates
This commit is contained in:
parent
e222315efa
commit
f67a059c27
|
@ -41,6 +41,9 @@ packagesPacman=(
|
|||
"xdg-user-dirs"
|
||||
"networkmanager"
|
||||
"network-manager-applet"
|
||||
"fuse2"
|
||||
"gtk4"
|
||||
"libadwaita"
|
||||
);
|
||||
|
||||
packagesYay=(
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user