Fix diagnose script

This commit is contained in:
clsty
2025-02-11 08:31:23 +08:00
parent acfc317392
commit aa38036c5b
+2 -4
View File
@@ -58,7 +58,7 @@ x ls $XDG_DATA_HOME/gradience
#e "Checking command existence" #e "Checking command existence"
#commands=(yay pacman zypper apt dnf yum) #commands=(yay pacman zypper apt dnf yum)
#commands+=(ags swww) commands+=(ags agsv1)
#commands+=(Hyprland hypr{ctl,idle,lock,picker}) #commands+=(Hyprland hypr{ctl,idle,lock,picker})
#commands+=(uv) #commands+=(uv)
#for i in "${commands[@]}";do x command -v $i;done #for i in "${commands[@]}";do x command -v $i;done
@@ -66,8 +66,6 @@ x ls $XDG_DATA_HOME/gradience
e "Checking versions" e "Checking versions"
x Hyprland --version x Hyprland --version
x ags --version x ags --version
x agsv1 --version
e "Checking python venv"
e "Finished. Output saved as \"$output_file\"." e "Finished. Output saved as \"$output_file\"."