diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index 8492f6d..b33c46c 100755 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -39,9 +39,9 @@ printf "${NOTE} Installing ${BLUE}Thunar${RESET} Packages...\n\n" printf "\n%.0s" {1..2} # confirm if wanted to set as default -read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thunar_default +read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thundefault -if [[ "$thunar_default" == [Yy] ]]; then +if [[ "$thundefault" == [Yy] ]]; then xdg-mime default thunar.desktop inode/directory xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search echo "${OK} Thunar has been set as the default file manager." 2>&1 | tee -a "$LOG" diff --git a/preset.sh b/preset.sh index d285c3d..f90b6f2 100644 --- a/preset.sh +++ b/preset.sh @@ -18,6 +18,8 @@ gtk_themes="Y" bluetooth="Y" ###-Do you want to install Thunar file manager? thunar="Y" +### Install ${YELLOW}AGS (aylur's GTK shell) v1${RESET} for Desktop-Like Overview?" +ags="Y" ###-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme? sddm="Y" ###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS) @@ -34,7 +36,7 @@ dots="Y" blacklist_nouveau="Y" # Ask the user if they want to use Thunar as the default file manager # Do you want to set Thunar as the default file manager? (y/n): " -thunar_default="Y" +thundefault="Y" ### XDG-desktop-portal-KDE & GNOME (if installed) should be manually disabled or removed! Script cant remove nor disable it. ### Would you like to try to remove other XDG-Desktop-Portal-Implementations? (y/n) XDPH1="Y"