ask user if thunar wants to be default. some formatting changes

This commit is contained in:
JaKooLit
2024-09-18 17:13:17 +09:00
parent f096714637
commit 0e876533c2
4 changed files with 20 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_input.log"
while true; do
echo "${WARN} This script will add your user to the 'input' group."
echo "${NOTE} Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality."
printf "\n%.0s" {1..1}
if [[ -z $input_group_choid ]]; then
read -p "${YELLOW}Do you want to proceed? (y/n): ${RESET}" input_group_choid
fi