From b1f3251c9b087d4841b3d45fb4f43959b42ce179 Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Mon, 10 Nov 2025 17:05:21 +0100 Subject: [PATCH] bug fix --- v2/debian-full.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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