argh still found something

This commit is contained in:
JaKooLit
2025-02-03 01:32:54 +09:00
parent d3f0016158
commit 872fd89261
2 changed files with 5 additions and 3 deletions

View File

@@ -39,9 +39,9 @@ printf "${NOTE} Installing ${BLUE}Thunar${RESET} Packages...\n\n"
printf "\n%.0s" {1..2} printf "\n%.0s" {1..2}
# confirm if wanted to set as default # 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 inode/directory
xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search 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" echo "${OK} Thunar has been set as the default file manager." 2>&1 | tee -a "$LOG"

View File

@@ -18,6 +18,8 @@ gtk_themes="Y"
bluetooth="Y" bluetooth="Y"
###-Do you want to install Thunar file manager? ###-Do you want to install Thunar file manager?
thunar="Y" 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? ###-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?
sddm="Y" sddm="Y"
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS) ###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
@@ -34,7 +36,7 @@ dots="Y"
blacklist_nouveau="Y" blacklist_nouveau="Y"
# Ask the user if they want to use Thunar as the default file manager # 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): " # 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. ### 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) ### Would you like to try to remove other XDG-Desktop-Portal-Implementations? (y/n)
XDPH1="Y" XDPH1="Y"