diff --git a/v2/debian-full.sh b/v2/debian-full.sh index 25a648d..75bf7cf 100755 --- a/v2/debian-full.sh +++ b/v2/debian-full.sh @@ -68,7 +68,7 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then # Ensure xfconf-query exists (for XFCE settings) if ! command -v xfconf-query >/dev/null 2>&1; then - echo "${YELLOW}xfconf-query not found — installing xfce4-settings...${RESET}" + say_yellow "xfconf-query not found — installing xfce4-settings..." install_packages xfce4-settings fi @@ -89,6 +89,7 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then if command -v alacritty >/dev/null 2>&1; then xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -s alacritty --create -t string xfconf-query -c xfce4-session -p /general/DefaultTerminal -s alacritty --create -t string + say_green "XFCE default terminal set to Alacritty!" fi fi