ask user if thunar wants to be default. some formatting changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user