updated uninstall.sh

This commit is contained in:
JaKooLit 2025-03-11 23:30:41 +09:00
parent ea038dee51
commit f023d5e9b8

View File

@ -104,9 +104,7 @@ packages=(
"nwg-displays" "display monitor configuration app" "off" "nwg-displays" "display monitor configuration app" "off"
"nwg-look" "gtk settings app" "off" "nwg-look" "gtk settings app" "off"
"pamixer" "pamixer" "off" "pamixer" "pamixer" "off"
"pokemon-colorscripts-git" "terminal colorscripts" "off"
"pavucontrol" "pavucontrol" "off" "pavucontrol" "pavucontrol" "off"
"pipewire-alsa" "pipewire-alsa" "off"
"playerctl" "playerctl" "off" "playerctl" "playerctl" "off"
"qalculate-gtk" "calculater - QT" "off" "qalculate-gtk" "calculater - QT" "off"
"qt5ct" "qt5ct" "off" "qt5ct" "qt5ct" "off"
@ -240,7 +238,7 @@ done
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}
printf "\n%s${SKY_BLUE}Attempting to remove locally installed packages${RESET}\n" "${NOTE}" printf "\n%s${SKY_BLUE}Attempting to remove locally installed packages${RESET}\n" "${NOTE}"
for file in ags hypridle hyprlock pokemon-colorscripts rofi wallust; do for file in ags hypridle hyprlock rofi wallust; do
if [ -f "/usr/local/bin/$file" ]; then if [ -f "/usr/local/bin/$file" ]; then
sudo rm "/usr/local/bin/$file" sudo rm "/usr/local/bin/$file"
echo "$file removed." echo "$file removed."